Method: Forminate::ClassMethods#attributes_for
- Defined in:
- lib/forminate.rb
#attributes_for(name, options = {}) ⇒ Object
26 27 28 |
# File 'lib/forminate.rb', line 26 def attributes_for(name, = {}) define_association(AssociationDefinition.new(name, )) end |