Sha256: 0a911324d9d7a3de9a92bc321f034cc0da95c38ef24815f983a11fc6632c75f6

Contents?: true

Size: 145 Bytes

Versions: 7

Compression:

Stored size: 145 Bytes

Contents

class Address
  include CouchTomato::Persistence
  
  property :street
  property :city
  property :state
  property :zip
  property :country
end

Version data entries

7 entries across 7 versions & 1 rubygems

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