From abb8838215e59829e099ca54d1e8308cf5d44795 Mon Sep 17 00:00:00 2001 From: Yan Date: Tue, 14 Nov 2017 15:31:18 +0630 Subject: [PATCH] licensing --- app/controllers/application_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 087eb8fc..48edff46 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -38,6 +38,10 @@ class ApplicationController < ActionController::Base end end + def cache_license() + + end + def current_license(url, key) @license = License.new(url, key)