Refactoring tests and Validation callbacks
This commit is contained in:
parent
ea4325f5bf
commit
3579e0e334
47 changed files with 142 additions and 142 deletions
6
spec/fixtures/models/client.rb
vendored
Normal file
6
spec/fixtures/models/client.rb
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
class Client < CouchRest::Model::Base
|
||||
use_database DB
|
||||
|
||||
property :name
|
||||
property :tax_code
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue