Module: AbstractController::Callbacks
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActiveSupport::Callbacks
- Included in:
- ActionController::Base, ActionController::ContentSecurityPolicy, ActionController::RequestForgeryProtection, ActionMailer::Base
- Defined in:
- actionpack/lib/abstract_controller/callbacks.rb
Overview
Abstract Controller Callbacks
Abstract Controller provides hooks during the life cycle of a controller action. Callbacks allow you to trigger logic during this cycle. Available callbacks are:
after_actionappend_after_actionappend_around_actionappend_before_actionaround_actionbefore_actionprepend_after_actionprepend_around_actionprepend_before_actionskip_after_actionskip_around_actionskip_before_action
Defined Under Namespace
Modules: ClassMethods Classes: ActionFilter
Constant Summary
Constants included from ActiveSupport::Callbacks
ActiveSupport::Callbacks::CALLBACK_FILTER_TYPES
Method Summary
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended