Issue :
When more than one workflow is defined for the same class the method workflow_transitions gives exception with message "At least two workflows match this subject. Set a different name on each and use the second (name) argument of this method."
Solution :
Passing workflow name in method argument.
Issue : When more than one workflow is defined for the same class the method workflow_transitions gives exception with message "At least two workflows match this subject. Set a different name on each and use the second (name) argument of this method."
Solution : Passing workflow name in method argument.
Pull Request :
34