class Frenchy::ArrayDecorator

Public Class Methods

decorate_collection(object, options={}) click to toggle source
# File lib/frenchy/collection.rb, line 3
def self.decorate_collection(object, options={})
  object.to_a
end