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.71k stars 142 forks source link

How to hide timestamps from the dot files #109

Closed prakashraman closed 8 years ago

prakashraman commented 8 years ago

Hi,

I would like to get rid of the timestamps (or possibly other types / columns as well). Is there a way I can do this ?

Love the gem!

Thanks

preston commented 8 years ago

@prakashraman: Not exactly, though you could use the --hide-magic option to get you close. HTH!