Method: AbstractController::Base#action_name
- Defined in:
- lib/abstract_controller/base.rb
#action_name ⇒ Object
Returns the name of the action this controller is processing.
43 |
# File 'lib/abstract_controller/base.rb', line 43 attr_internal :action_name |