Sha256: 96c7e180bc3b12688d60bb81b8db76a3b6e1fd4db058e520564c0f06855bfe52

Contents?: true

Size: 154 Bytes

Versions: 24

Compression:

Stored size: 154 Bytes

Contents

class Person
  include CouchPotato::Persistence
  
  property :name, :type => Address
  property :ship_address
  property :information, :type => Hash
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
couch_potato-1.1.4 spec/fixtures/person.rb
couch_potato-1.1.2 spec/fixtures/person.rb
couch_potato-1.1.1 spec/fixtures/person.rb
couch_potato-1.1.0 spec/fixtures/person.rb