Module: Toy::Couch::Type::InstanceMethods
- Defined in:
- lib/toy/couch/type.rb
Instance Method Summary collapse
Instance Method Details
#persisted_attributes ⇒ Object
7 8 9 |
# File 'lib/toy/couch/type.rb', line 7 def persisted_attributes super.merge("type"=>self.class.name) end |