module Representable::Object::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/object.rb, line 16
def collection_representer_class
  Collection
end