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
Currently anchor have two attributes for Attribute derive macro: has_one and belongs_to. Doc for has_one:
Semantically different, but otherwise the same as belongs_to.
In the source code, we have only BelongsTo. Maybe it worth left only one and deprecate another? Allowing to developer do same thing by two different attribute does not looks good =\
The text was updated successfully, but these errors were encountered:
Currently
anchor
have two attributes forAttribute
derive macro:has_one
andbelongs_to
. Doc forhas_one
:In the source code, we have only
BelongsTo
. Maybe it worth left only one and deprecate another? Allowing to developer do same thing by two different attribute does not looks good =\The text was updated successfully, but these errors were encountered: