Method: Representable::JSON::Collection.included

Defined in:
lib/representable/json/collection.rb

.included(base) ⇒ Object



5
6
7
# File 'lib/representable/json/collection.rb', line 5

def self.included(base)
  base.send :include, Representable::Hash::Collection
end