module Representable::JSON::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/json.rb, line 26
def collection_representer_class
  JSON::Collection
end