Estate

Defines a set of behavior on an ecto schema-enabled module that decorates it with state machine helpers.

Installation

If available in Hex, the package can be installed by adding estate to your list of dependencies in mix.exs:

def deps do
  [
    {:estate, "~> 1.0.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/estate.