Method: Decanter::Extensions::ClassMethods#decant_collection

Defined in:
lib/decanter/extensions.rb

#decant_collection(args, options) ⇒ Object



41
42
43
# File 'lib/decanter/extensions.rb', line 41

def decant_collection(args, options)
  args.map { |resource| decant_args(resource, options) }
end