Module: Roles::MongoMapper
- Defined in:
- lib/roles_mongo_mapper/strategy/multi.rb,
lib/roles_mongo_mapper/strategy/shared.rb,
lib/roles_mongo_mapper/strategy/single.rb,
lib/roles_mongo_mapper/base.rb
Defined Under Namespace
Modules: ClassMethods, Strategy
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 11 12 |
# File 'lib/roles_mongo_mapper/base.rb', line 8 def self.included(base) base.extend Roles::Base base.extend ClassMethods base.orm_name = :mongo_mapper end |