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
I have one model with a large number of attributes, which takes up too much space in the default diagram. Reading the customisation section of the docs, I’ve figured out I can exclude this model: $rake erd exclude="Bigtable"
Or exclude attributes of all models: $rake erd attributes=false
But I don’t see that I can just exclude some (or all) attributes of a single model. And it would be great if that was possible.
The text was updated successfully, but these errors were encountered:
I have one model with a large number of attributes, which takes up too much space in the default diagram. Reading the customisation section of the docs, I’ve figured out I can exclude this model:
$rake erd exclude="Bigtable"
Or exclude attributes of all models:
$rake erd attributes=false
But I don’t see that I can just exclude some (or all) attributes of a single model. And it would be great if that was possible.
The text was updated successfully, but these errors were encountered: