# File lib/dm-core.rb, line 316
  def self.finalize
    Model.descendants.each do |model|
      finalize_model(model)
    end
    self
  end