80317f31a5
also avoided CONSTANTS warnings, cleaned up the attachment specs, added missing fixtures
6 lines
172 B
Ruby
6 lines
172 B
Ruby
class Event < CouchRest::ExtendedDocument
|
|
use_database TEST_SERVER.default_database
|
|
|
|
property :subject
|
|
property :occurs_at, :cast_as => 'Time', :send => 'parse'
|
|
end |