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
Is there a way I can define the names of the columns (actable_id, actable_type), to whatever names I like? I have a legacy multiple table inheritance database, and am unable to change the column names. Is there a way I can change the columns to 'some_id_name' and 'a_different_type_name', instead of actable_id and actable_type?
Also, I can't declare as: on the actable and acts_as, since they have different leading names.
The text was updated successfully, but these errors were encountered:
Is there a way I can define the names of the columns (actable_id, actable_type), to whatever names I like? I have a legacy multiple table inheritance database, and am unable to change the column names. Is there a way I can change the columns to 'some_id_name' and 'a_different_type_name', instead of actable_id and actable_type?
Also, I can't declare as: on the actable and acts_as, since they have different leading names.
The text was updated successfully, but these errors were encountered: