Method: CouchTomato::Persistence::Nested.included
- Defined in:
- lib/couch_tomato/persistence.rb
.included(base) ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/couch_tomato/persistence.rb', line 18 def self.included(base) base.send :include, Properties, Callbacks, Validation#, Json#, CouchTomato::View::CustomViews # base.send :include, DirtyAttributes # base.send :include, MagicTimestamps base.extend ClassMethods end |