Sha256: 4618ed8f3f12def8f84b8ce848c02f738260c9eaae9a11a95ec7d0704d6f2c5e
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
# Wicked Use wicked to make your Rails controllers into step-by-step wizards. To see Wicked in action check out the example [Rails app](https://github.com/schneems/wicked_example) or [watch the screencast](http://schneems.com/post/18437886598/wizard-ify-your-rails-controllers-with-wicked). # Why This fork is for This is a fork from the original wicked : https://github.com/schneems/wicked, and it's purpose is adding the ability to browse backwards in the wizard, and in this fork I'm introducing the following methods: View/URL Helpers ```ruby previous_wizard_path # Url of the next step ``` Controller Tidbits: ```ruby previous_step # Gets symbol of next step ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wicked-with-previous-support-0.1 | README.md |