Sha256: 81d8188535a9357bec3017d64b9ffc4d31eff71c7e9ec6d4b95b03d2d810e64f

Contents?: true

Size: 226 Bytes

Versions: 7

Compression:

Stored size: 226 Bytes

Contents

require File.dirname(__FILE__) + '/collection'

module CouchPotato
  module Persistence
    class InlineCollection < Collection
      
      def to_json(*args)
        @items.to_json(*args)
      end
      
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
langalex-couch_potato-0.1.1 lib/couch_potato/persistence/inline_collection.rb
langalex-couch_potato-0.1 lib/couch_potato/persistence/inline_collection.rb
langalex-couch_potato-0.2.0 lib/couch_potato/persistence/inline_collection.rb
langalex-couch_potato-0.2.1 lib/couch_potato/persistence/inline_collection.rb
langalex-couch_potato-0.2.2 lib/couch_potato/persistence/inline_collection.rb
speedmax-couch_potato-0.2.0 lib/couch_potato/persistence/inline_collection.rb
speedmax-couch_potato-0.2.2 lib/couch_potato/persistence/inline_collection.rb