licensing

This commit is contained in:
Yan
2017-11-14 15:31:18 +06:30
parent 683982d4f5
commit abb8838215

View File

@@ -38,6 +38,10 @@ class ApplicationController < ActionController::Base
end
end
def cache_license()
end
def current_license(url, key)
@license = License.new(url, key)