couchrest_model/spec/fixtures/models/client.rb
2011-06-09 01:05:22 +02:00

6 lines
98 B
Ruby

class Client < CouchRest::Model::Base
use_database DB
property :name
property :tax_code
end