开发者

get list of state_machine states

开发者 https://www.devze.com 2023-01-24 10:51 出处:网络
We are using state_mac开发者_Go百科hine ( https://github.com/pluginaweek/state_machine ) in a project and would like to offer a form with a select that lets us choose a state. (this is for searching,

We are using state_mac开发者_Go百科hine ( https://github.com/pluginaweek/state_machine ) in a project and would like to offer a form with a select that lets us choose a state. (this is for searching, not for setting). I can't seem to find a way to list out all the possible states? Surely there should be an automatic way of doing this, not having to hard-code a list of text somewhere. Thanks!


Something like:

User.state_machine.states.map &:name


Just to add to this (because I'm constantly searching for this answer, and I always come back to this page), if you are trying to list the states for a giving state machine, try this:

Discussion.state_machines[:name_of_state].states.map &:name


If you name your state field differently , such as publish_status

Article.state_machines[:publish_status].states.map &:name
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号