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