Method: Representable::Declarative#collection
- Defined in:
- lib/representable/declarative.rb
#collection(name, options = {}, &block) ⇒ Object
9 10 11 |
# File 'lib/representable/declarative.rb', line 9 def collection(name, ={}, &block) property(name, .merge(collection: true), &block) end |