Class: ActionView::Helpers::Tags::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/templates/initializers/customize_form_with_errors.rb

Overview

Allows access to method name

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject (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