Sha256: e7fd1cb4428ccffe2d1d62635508c3094500df19c291fdac1f2ab19f82e8ffa3

Contents?: true

Size: 114 Bytes

Versions: 7

Compression:

Stored size: 114 Bytes

Contents

class Person
  include CouchTomato::Persistence
  
  property :name
  property :ship_address, :type => Address
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
couch_tomato-0.2.0 spec/fixtures/person.rb
couch_tomato-0.1.5 spec/fixtures/person.rb
couch_tomato-0.1.4 spec/fixtures/person.rb
couch_tomato-0.1.3 spec/fixtures/person.rb
couch_tomato-0.1.2 spec/fixtures/person.rb
couch_tomato-0.1.1 spec/fixtures/person.rb
couch_tomato-0.1.0 spec/fixtures/person.rb