Parent

Methods

DataMapper::Finalize

Public Class Methods

run() click to toggle source
    # File lib/merb_datamapper.rb, line 67
67:   def self.run
68:     if DataMapper.respond_to?(:finalize)
69:       DataMapper.finalize
70:     else
71:       DataMapper::Model.descendants.each do |model|
72:         model.relationships.each_value { |r| r.child_key }
73:       end
74:     end
75:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.