update license

This commit is contained in:
Aung Myo
2018-03-05 13:53:25 +06:30
parent 4bb597cb9d
commit 2c1f599990
4 changed files with 10 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
class InstallController < BaseController
skip_before_action :lookup_domain
skip_before_action :verify_authenticity_token
# before_action :check_license
@@ -34,6 +35,7 @@ class InstallController < BaseController
if response[:status]
redirect_to root_url, notice: response["message"]
else
byebug
redirect_to activate_path, notice: response["message"]
end
end