Fix json rendering error

This commit is contained in:
Thein Lin Kyaw
2019-12-03 19:37:59 +06:30
parent c8c39b0636
commit 37380f6bfb
10 changed files with 32 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ module MultiTenancy
included do
set_current_tenant_through_filter if respond_to? :set_current_tenant_through_filter
before_action :find_shop_by_subdomain_or_frist if respond_to? :before_action
helper_method :current_shop if respond_to? :helper_method
end
private