lucky_legacy_routing

Adds route and nested_route back to Lucky.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      lucky_legacy_routing:
        github: matthewmcgarvey/lucky_legacy_routing
  2. Run shards install

Usage

require "lucky_legacy_routing/extensions"

Then you should be able to use the methods as expected.

Contributing

  1. Fork it (https://github.com/matthewmcgarvey/lucky_legacy_routing/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors