test/standalone/app/controllers/application_controller.rb in rails_db-2.2.1 vs test/standalone/app/controllers/application_controller.rb in rails_db-2.3.0
- old
+ new
@@ -1,5 +1,10 @@
class ApplicationController < ActionController::Base
+# rescue_from Exception, :with => :error_generic
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
+
+ # def error_generic(ex)
+ # binding.pry
+ # end
end