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

Just the named models? #134

Open kwerle opened 2 years ago

kwerle commented 2 years ago

We have a large set of models (>200). I would like to diagram a nice small set - half a dozen related models. I can pass those in just fine using -s [files]. But I would really like for railroady to ignore destination relationships that I have not included in the list.

Is that [easily] possible, and I've just missed it?