Sha256: e8e7ed18902080215a31fba8c7e8630fe688d9c8766738b9db4d1b5b4dceffc6

Contents?: true

Size: 118 Bytes

Versions: 4

Compression:

Stored size: 118 Bytes

Contents

class Project < CouchRest::Model::Base
  use_database DB
  property :name,   String
  timestamps!
  view_by :name
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
openlogic-couchrest_model-1.0.0 spec/fixtures/models/project.rb
couchrest_model-1.1.2 spec/fixtures/models/project.rb
couchrest_model-1.1.1 spec/fixtures/models/project.rb
couchrest_model-1.1.0 spec/fixtures/models/project.rb