How is the dependency diagram built?

     Does it use the schema.rb file or does it look at the relationships defined in each model?

0

It looks at the relationships defined in each model

0
Avatar
Permanently deleted user

Thanks Dennis!  How about the fields?  Does it use schema.rb for that?

0

It uses both schema.rb and all migrations to display most up-to-date information.

0
Avatar
Permanently deleted user

Thanks!

0

请先登录再写评论。