Method: CollectionJSON::Attribute.nested_attributes
- Defined in:
- lib/collection-json/attribute.rb
.nested_attributes ⇒ Object
9 10 11 |
# File 'lib/collection-json/attribute.rb', line 9 def self.nested_attributes @nested_attributes ||= [] end |