80317f31a5
also avoided CONSTANTS warnings, cleaned up the attachment specs, added missing fixtures
8 lines
114 B
Ruby
8 lines
114 B
Ruby
class Person < Hash
|
|
include ::CouchRest::CastedModel
|
|
property :name
|
|
|
|
def last_name
|
|
name.last
|
|
end
|
|
end |