Current section
Files
Jump to
Current section
Files
simple_ecto_state_machine
README.md
README.md
# SimpleEctoStateMachine
State machine implementation compatible with Ecto 1.x
## Installation
To install, add the following to the `mix.exs` file:
```elixir
def deps do
[{:simple_ecto_state_machine, "~> 0.2.0"}]
end
```