There should be a scope for every workflow state E.g. ```ruby workflow do state :foo do #... end end ``` Should automatically define a scope `foo` in the respective class