couchrest_model/spec/fixtures/more/client.rb
2010-08-03 22:55:17 -03:00

6 lines
98 B
Ruby

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