module Representable::JSON::Collection
Public Class Methods
Source
# File lib/representable/json/collection.rb, line 8 def self.included(base) base.send :include, Representable::Hash::Collection end
# File lib/representable/json/collection.rb, line 8 def self.included(base) base.send :include, Representable::Hash::Collection end