Class: ActionView::Helpers::Tags::Base
- Inherits:
-
Object
- Object
- ActionView::Helpers::Tags::Base
- Defined in:
- lib/generators/templates/initializers/customize_form_with_errors.rb
Overview
Allows access to method name
Instance Attribute Summary collapse
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
Instance Attribute Details
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name.
9 10 11 |
# File 'lib/generators/templates/initializers/customize_form_with_errors.rb', line 9 def method_name @method_name end |