update install controller skip set current tenant
This commit is contained in:
@@ -26,11 +26,11 @@ class ActionController::Base
|
||||
redirect_to activate_path
|
||||
end
|
||||
else
|
||||
render_not_found
|
||||
not_found
|
||||
end
|
||||
end
|
||||
|
||||
def render_not_found
|
||||
def not_found
|
||||
respond_to do |format|
|
||||
format.html { render :file => "#{Rails.root}/public/404", :layout => false, :status => :not_found }
|
||||
format.json { head :not_found }
|
||||
|
||||
Reference in New Issue
Block a user