module DataMapper::Model::Hook

Public Class Methods

included(model) click to toggle source
# File lib/dm-core/model/hook.rb, line 8
def self.included(model)
  model.send(:include, DataMapper::Hook)
  model.extend Methods
end