add mattetti's 5aebd53a93
This commit is contained in:
parent
55cf741859
commit
bd2dafd107
7
spec/fixtures/more/card.rb
vendored
Normal file
7
spec/fixtures/more/card.rb
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Card < CouchRest::ExtendedDocument
|
||||
use_database TEST_SERVER.default_database
|
||||
property :first_name
|
||||
property :last_name, :alias => :family_name
|
||||
property :read_only_value, :read_only => true
|
||||
|
||||
end
|
Loading…
Reference in a new issue