Module: BeforeActions::Controller::ClassMethods
- Defined in:
- lib/before_actions/controller/controller.rb
Instance Method Summary collapse
Instance Method Details
#after_actions(&block) ⇒ Object
9 10 11 |
# File 'lib/before_actions/controller/controller.rb', line 9 def after_actions(&block) Scope.new(self, 'after').instance_eval(&block) end |