SimpleEctoStateMachine

State machine implementation compatible with Ecto 1.x

Installation

To install, add the following to the mix.exs file:

def deps do
  [{:simple_ecto_state_machine, "~> 0.2.0"}]
end