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

Linting and a fix #133

Closed nbdy closed 3 years ago

nbdy commented 3 years ago

Applied rubocop rules (mostly).

Fixes:

Warning: exception undefined method `macro' for #<Mongoid::Association::Referenced::BelongsTo:0x00005619db152cc8> raised while trying to load model class

which was caused by assoc.macro.to_s. this has been replaced by assoc.methods.to_s this way i get a properly generated erd