We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab04805 commit 293ec83Copy full SHA for 293ec83
app/controllers/better_together/application_controller.rb
@@ -11,7 +11,7 @@ class ApplicationController < ActionController::Base
11
rescue_from ActiveRecord::RecordNotFound, with: :render_404 # rubocop:todo Naming/VariableNumber
12
rescue_from ActionController::RoutingError, with: :render_404 # rubocop:todo Naming/VariableNumber
13
rescue_from Pundit::NotAuthorizedError, with: :user_not_authorized
14
- rescue_from StandardError, with: :handle_error # Add this line
+ # rescue_from StandardError, with: :handle_error # Add this line
15
16
private
17
0 commit comments