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