# File lib/dm-migrations/auto_migration.rb, line 112 def self.included(mod) mod.descendants.each { |model| model.extend self } end