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 Feb 23, 2021. It is now read-only.
It would be useful if the ActiveRecord adapter support workflow transitions on newly-created (unpersisted) objects. I believe it would only require the persist_workflow_state method to check persisted? first, and to assign the attribute directly without attempting to update_column.
The text was updated successfully, but these errors were encountered:
It would be useful if the ActiveRecord adapter support workflow transitions on newly-created (unpersisted) objects. I believe it would only require the
persist_workflow_state
method to checkpersisted?
first, and to assign the attribute directly without attempting to update_column.The text was updated successfully, but these errors were encountered: