activerecord-fsm 0.1.3
Use this gem to auto define Finite State Machine on ActiveRecord with one column named `status`.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
Show all versions (4 total)Runtime Dependencies (2):
            activerecord
            >= 5.2, < 7.0
          
          
            activesupport
            >= 5.2, < 7.0
          
    Development Dependencies (1):
            pry
            ~> 0.10