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