preston / railroady

Ruby on Rails 3/4/5 model and controller UML class diagram generator. (`brew/port/apt-get install graphviz` before use!)
Other
1.72k stars 142 forks source link

Relation defined at one side should be included in both Models UML #121

Open jaswinder97 opened 6 years ago

jaswinder97 commented 6 years ago

User doesn't have any relation defined with Rating

But

Rating belongs_to User

and in Models_complete.svg it has no relation marked between user and rating