An open API service indexing awesome lists of open source software.

https://github.com/lightsofapollo/control_flow

Control Flow for Rails
https://github.com/lightsofapollo/control_flow

Last synced: 8 months ago
JSON representation

Control Flow for Rails

Awesome Lists containing this project

README

          

# Control Flow

Control flow designed for rails controllers.
The use case for my design of this gem was for a multi-step
checkout that could have several different flows for the checkout process.

See [Examples](https://github.com/lightsofapollo/control_flow/tree/master/examples)