Module: SmartModel::Base

Defined in:
lib/smart_model.rb

Class Method Summary collapse

Class Method Details

.included(model) ⇒ Object



5
6
7
# File 'lib/smart_model.rb', line 5

def self.included(model)
  model.send :include , MongoMapper::Document , SmartModel::Attributes , SmartModel::Relationships
end