steady_state 1.0.0
A minimalist approach to managing object state, perhaps best described as "an enum with guard rails." Designed to work with `ActiveRecord` and `ActiveModel` classes, or anywhere where Rails validations are used.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activemodel
>= 5.2
activesupport
>= 5.2