6 lines
98 B
Ruby
6 lines
98 B
Ruby
class Client < CouchRest::Model::Base
|
|
use_database DB
|
|
|
|
property :name
|
|
property :tax_code
|
|
end |