# File lib/dm-core.rb, line 280
  def self.finalize
    Model.descendants.each { |model| model.finalize }
    self
  end