Sha256: 94a335d4847c509821ec51380b5b2b60bcda1344dfbf85c148dd123829851ab8

Contents?: true

Size: 184 Bytes

Versions: 32

Compression:

Stored size: 184 Bytes

Contents

module Representable::JSON
  module Collection
    include Representable::JSON

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

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
representable-3.0.4 lib/representable/json/collection.rb
representable-3.0.3 lib/representable/json/collection.rb
representable-3.0.2 lib/representable/json/collection.rb
representable-3.0.1 lib/representable/json/collection.rb
representable-3.0.0 lib/representable/json/collection.rb
representable-2.4.1 lib/representable/json/collection.rb
representable-2.4.0 lib/representable/json/collection.rb
representable-2.4.0.rc5 lib/representable/json/collection.rb
representable-2.4.0.rc4 lib/representable/json/collection.rb
representable-2.4.0.rc3 lib/representable/json/collection.rb
representable-2.4.0.rc2 lib/representable/json/collection.rb
representable-2.4.0.rc1 lib/representable/json/collection.rb
representable-2.3.0 lib/representable/json/collection.rb
representable-2.2.3 lib/representable/json/collection.rb
representable-2.2.2 lib/representable/json/collection.rb
representable-2.2.1 lib/representable/json/collection.rb
representable-2.2.0 lib/representable/json/collection.rb
representable-2.1.8 lib/representable/json/collection.rb
representable-2.1.7 lib/representable/json/collection.rb
representable-2.1.6 lib/representable/json/collection.rb