i18n_routes

A clean and powerful routes translator for Rails 3.

Installation

Add this line to your application's Gemfile:

gem 'i18n_routes'

And then execute:

$ bundle

Or install it yourself as:

$ gem install i18n_routes

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Create the new feature and make sure to add tests for it
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request