update multi_tenancy/license
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class ActionController::Base
|
||||
before_action :lookup_domain, :set_locale
|
||||
before_action :lookup_domain if Rails.env.production?
|
||||
before_action :set_locale
|
||||
|
||||
private
|
||||
|
||||
@@ -96,7 +97,7 @@ class ActionController::Base
|
||||
end
|
||||
|
||||
class ActionController::API
|
||||
before_action :lookup_domain
|
||||
before_action :lookup_domain if Rails.env.production?
|
||||
|
||||
private
|
||||
|
||||
|
||||
Reference in New Issue
Block a user