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
because belongs_to_relation assumes you can always classify the column, but the column specifically raises an exception when trying to classify a polymorphic column.
The text was updated successfully, but these errors were encountered:
I just don’t know that we ever put much into polymorphic columns. I’ll be honest: I don’t even have a current RubyMotion license, so I would not be in a place to work on this. Would you be interested in moving this project forward?
For a model such as
The following raises a classify exception:
because
belongs_to_relation
assumes you can always classify the column, but the column specifically raises an exception when trying toclassify
a polymorphic column.The text was updated successfully, but these errors were encountered: