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 349d904 commit ac0b48aCopy full SHA for ac0b48a
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