How is the dependency diagram built? Permanently deleted user Created February 12, 2013 22:33 Does it use the schema.rb file or does it look at the relationships defined in each model?
It looks at the relationships defined in each model
Thanks Dennis! How about the fields? Does it use schema.rb for that?
It uses both schema.rb and all migrations to display most up-to-date information.
Thanks!