Class: RailsFields::Utils::AssociationRef
- Inherits:
-
Struct
- Object
- Struct
- RailsFields::Utils::AssociationRef
- Defined in:
- lib/rails_fields/utils/helpers.rb
Overview
Minimal wrapper to represent associations in changes
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/rails_fields/utils/helpers.rb', line 5 def name @name end |