steady_state 0.0.1
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
>= 4.0
activesupport
>= 4.0