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, options={}, &block)
  property(name, options.merge(collection: true), &block)
end