Method: AbstractController::Base#action_methods
- Defined in:
- lib/abstract_controller/base.rb
#action_methods ⇒ Object
Delegates to the class’s ::action_methods.
163 164 165 |
# File 'lib/abstract_controller/base.rb', line 163 def action_methods self.class.action_methods end |