From 5aebd53a93c5f9df8b94879920c8b7f3d23b8f7a Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Mon, 2 Feb 2009 14:56:17 -0800 Subject: [PATCH] forgot to push the latest spec fixture --- spec/fixtures/more/card.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spec/fixtures/more/card.rb diff --git a/spec/fixtures/more/card.rb b/spec/fixtures/more/card.rb new file mode 100644 index 0000000..b6f1420 --- /dev/null +++ b/spec/fixtures/more/card.rb @@ -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 \ No newline at end of file