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
Given the following model, my after :save hook is not allowing me to add associated objects that have a has_many through relationship. It fails on compile with the error:
The issue seemed to be with UUID foreign keys. I was able to resolve it by going back to auto-incrementing keys. So there is a bug here, but I am not blocked for the time being.
Given the following model, my
after :save
hook is not allowing me to add associated objects that have a has_many through relationship. It fails on compile with the error:The text was updated successfully, but these errors were encountered: