Module: Phlex::Rails::Helpers::ActionName
- Extended by:
- Phlex::Rails::HelperMacros
- Defined in:
- lib/phlex/rails/helpers/action_name.rb
Instance Method Summary collapse
-
#action_name ⇒ String
The name of the controller action, e.g.
Methods included from Phlex::Rails::HelperMacros
register_output_helper, register_value_helper
Instance Method Details
#action_name ⇒ String
Returns the name of the controller action, e.g. "index"
.
9 |
# File 'lib/phlex/rails/helpers/action_name.rb', line 9 register_value_helper :action_name |