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 was archived by the owner on Oct 19, 2018. It is now read-only.
I have an activerecord column of the enum type.
I get an "Exception raised while saving - FloatDomainError: NaN" error on the js console on save just before the model.save promise resolves.
Data persists in database and the promise never resolves(succeeding or failing...)
and in the component i have:
an_object.save -> persist the object and raises in js console
"then" or "fail" part never executes.