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)