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
thing needs to have the model class Thing or things blow up. We can't use the :model configuration with :parent because apparently that doesn't make sense so we're forced to use the more verbose :scope method instead in order to additionally override the :model.
In more complicated systems sometimes the model class name is not the same as the the relationship name. Is it conceivable that we could better infer the model name directly from the scope? Do you think this is a good idea?
The text was updated successfully, but these errors were encountered:
Currently if I have:
thing
needs to have the model classThing
or things blow up. We can't use the:model
configuration with:parent
because apparently that doesn't make sense so we're forced to use the more verbose:scope
method instead in order to additionally override the:model
.In more complicated systems sometimes the model class name is not the same as the the relationship name. Is it conceivable that we could better infer the model name directly from the scope? Do you think this is a good idea?
The text was updated successfully, but these errors were encountered: