@melriffe wrote:
I have a model that, for business reasons, has an attribute that contains a value from a global counter. This attribute needs to be displayed.
Oh, some background: Ember 2.18 + Rails 5.2 API back-end w/jsonapi-resources gem. On the Rails side said Resource has this attribute removed from the list of createable & updateable fields lists.
The backend is configured to not expect it in the attributes hash when creating or updating said model.
Is there a way to exclude this attribute when saving/updating the model?
Thank you for your time.
Posts: 1
Participants: 1