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
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
In rails server side there is some trickery where the primary key can be overridden by some properties of the schema.
This will not work for the client. It could be fixed (by sending the primary key down from the server along with the column data), but there is an easy workaround: just set the primary key explicitly in the model.
The text was updated successfully, but these errors were encountered:
In rails server side there is some trickery where the primary key can be overridden by some properties of the schema.
This will not work for the client. It could be fixed (by sending the primary key down from the server along with the column data), but there is an easy workaround: just set the primary key explicitly in the model.
The text was updated successfully, but these errors were encountered: