Module: Spider::Model::ActiveRecordModel

Defined in:
lib/spiderfw/model/active_record.rb

Defined Under Namespace

Modules: ClassMethods, MapperMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



7
8
9
10
# File 'lib/spiderfw/model/active_record.rb', line 7

def self.included(mod)
    mod.extend(ClassMethods)
    mod.mapper_include(MapperMethods)
end