3c2ebb022d
Conflicts: README.md couchrest.gemspec lib/couchrest.rb lib/couchrest/mixins/properties.rb
9 lines
No EOL
194 B
Ruby
9 lines
No EOL
194 B
Ruby
class Event < CouchRest::ExtendedDocument
|
|
use_database DB
|
|
|
|
property :subject
|
|
property :occurs_at, :cast_as => 'Time', :send => 'parse'
|
|
property :end_date, :cast_as => 'Date'
|
|
|
|
|
|
end |