Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best state machine gem to mongoid? [closed]

What's the best state machine gem to use with mongoid?

like image 486
Lucas Renan Avatar asked Dec 22 '22 19:12

Lucas Renan


2 Answers

The state_machine gem https://github.com/pluginaweek/state_machine should work with mongoid as it uses active_model

like image 158
Christos Avatar answered Dec 24 '22 09:12

Christos


A good one: https://github.com/ryanza/stateflow

like image 29
Lucas Renan Avatar answered Dec 24 '22 07:12

Lucas Renan