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
Models can have relationships with other models. Currently, we support (marginally) has_many and has_one, and we also need to implement belongs_to and has_many_and_belongs_to. For last relationship, I suggest total rewrite of that part of code.
The text was updated successfully, but these errors were encountered:
Models can have relationships with other models. Currently, we support (marginally) has_many and has_one, and we also need to implement belongs_to and has_many_and_belongs_to. For last relationship, I suggest total rewrite of that part of code.
The text was updated successfully, but these errors were encountered: