Class: PostmanMta::ApplicationController

Inherits:
ActionController::Metal
  • Object
show all
Defined in:
app/controllers/postman_mta/application_controller.rb

Constant Summary collapse

MODULES =
[
  AbstractController::Rendering,

  ActionController::UrlFor,
  ActionController::Redirecting,
  ActionController::Renderers::All,
  ActionController::ConditionalGet,

  AbstractController::Callbacks,
  ActionController::StrongParameters,

  # Append rescue at the bottom to wrap as much as possible.
  ActionController::Rescue,

  # Add instrumentations hooks at the bottom, to ensure they instrument
  # all the methods properly.
  ActionController::Instrumentation,

  # Params wrapper should come before instrumentation so they are
  # properly showed in logs
  ActionController::ParamsWrapper
].freeze