You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will break the processing of model associations.
The text was updated successfully, but these errors were encountered:
kornysietsma
changed the title
Bug in process associations - 'assoc.methods' not 'assoc.macro'
Bug in process associations - 'assoc.macro' renamed to 'assoc.methods'
Mar 28, 2023
There seems to have been a bug introduced in this commit where
assoc.macro.to_s
was changed toassoc.methods.to_s
in models_diagram.rb:https://github.com/preston/railroady/blob/f348ba5a1694116032a97dc150d1b354282f597d/lib/railroady/models_diagram.rb#LL272C31-L272C31
This will break the processing of model associations.
The text was updated successfully, but these errors were encountered: