Update manager.rb

This commit is contained in:
Brusk Hamarash 2022-01-17 11:35:48 +03:00 committed by GitHub
parent b886f2891a
commit c3003e857f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ module Workflower
end
def set_initial_state
@transitions.try(:first).try(:[], :state) || "saved"
"saved"
end
def process_transition!(flow)