Sha256: f474743769b4398b2a395d348528785c9242e303e3530e84c2b31d262b2f0401

Contents?: true

Size: 134 Bytes

Versions: 13

Compression:

Stored size: 134 Bytes

Contents

class SaleEntry < CouchRest::Model::Base
  use_database DB

  property :description
  property :price
  
  view_by :description
  
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
openlogic-couchrest_model-1.0.0 spec/fixtures/models/sale_entry.rb
couchrest_model-1.1.2 spec/fixtures/models/sale_entry.rb
couchrest_model-1.1.1 spec/fixtures/models/sale_entry.rb
couchrest_model-1.1.0 spec/fixtures/models/sale_entry.rb
couchrest_model-1.1.0.rc1 spec/fixtures/more/sale_entry.rb
couchrest_model-1.1.0.beta5 spec/fixtures/more/sale_entry.rb
couchrest_model-1.1.0.beta4 spec/fixtures/more/sale_entry.rb
couchrest_model-1.1.0.beta3 spec/fixtures/more/sale_entry.rb
couchrest_model-1.1.0.beta2 spec/fixtures/more/sale_entry.rb
couchrest_model-1.1.0.beta spec/fixtures/more/sale_entry.rb
couchrest_model-1.0.0 spec/fixtures/more/sale_entry.rb
couchrest_model-radiant-1.0.0 spec/fixtures/more/sale_entry.rb
couchrest_model-1.0.0.beta8 spec/fixtures/more/sale_entry.rb