Module: Outpost::Controller::CustomErrors

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController
Defined in:
lib/outpost/controller/custom_errors.rb

Constant Summary collapse

NOT_FOUND_ERROR_CLASSES =
[
  ActionController::RoutingError,
  ActionController::UnknownController,
  AbstractController::ActionNotFound,
  ActiveRecord::RecordNotFound
]