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
This was intentionally left out initially, as it's unclear how errors should flow from the adapter, and back through the store and model in ember-data.js.
Validations have been added to the Contact model in Rails. If either the first or last name is left blank, a record will not be saved properly. This needs to be conveyed to the user.
The text was updated successfully, but these errors were encountered:
This was intentionally left out initially, as it's unclear how errors should flow from the adapter, and back through the store and model in ember-data.js.
Validations have been added to the Contact model in Rails. If either the first or last name is left blank, a record will not be saved properly. This needs to be conveyed to the user.
The text was updated successfully, but these errors were encountered: