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
- Host: GitHub
- URL: https://github.com/lightsofapollo/control_flow
- Owner: lightsofapollo
- License: bsd-3-clause
- Created: 2011-07-23T22:44:25.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-16T15:37:01.000Z (almost 15 years ago)
- Last Synced: 2024-12-27T15:12:51.329Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)