Module: RescueFrom

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController
Defined in:
app/controllers/concerns/rescue_from.rb

Overview

Some say rescue from is a very bad pattern in Rails. Before extending content here review those arguments. TODO:

- as a more specific fix, inspect path for `/api` for those calls that we only intend to catch there
- consider forking to api controllers in the future (Api::RescueFrom)