lucky_legacy_routing
Adds route
and nested_route
back to Lucky.
Installation
-
Add the dependency to your
shard.yml
:dependencies: lucky_legacy_routing: github: matthewmcgarvey/lucky_legacy_routing
-
Run
shards install
Usage
require "lucky_legacy_routing/extensions"
Then you should be able to use the methods as expected.
Contributing
- Fork it (https://github.com/matthewmcgarvey/lucky_legacy_routing/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Matthew McGarvey - creator and maintainer