Class: PostmanMta::ApplicationController
- Inherits:
-
ActionController::Metal
- Object
- ActionController::Metal
- PostmanMta::ApplicationController
- Defined in:
- app/controllers/postman_mta/application_controller.rb
Direct Known Subclasses
PostmanMta::Archive::ConversationsController, AttachmentsController, ConversationsController, DomainsController, LabelsController, MessagesController, NotesController, RoutesController, Stats::MessagesController, TagsController
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