module Representable::JSON::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/json.rb, line 28
def collection_representer_class
  JSON::Collection
end
format_engine() click to toggle source
# File lib/representable/json.rb, line 24
def format_engine
  Representable::Hash
end