Class: Frenchy::ArrayDecorator

Inherits:
Object
  • Object
show all
Defined in:
lib/frenchy/collection.rb

Class Method Summary collapse

Class Method Details

.decorate_collection(object, options = {}) ⇒ Object



3
4
5
# File 'lib/frenchy/collection.rb', line 3

def self.decorate_collection(object, options={})
  object.to_a
end