I\'m working on a Rails 3.1 app and I\'d like to set specific routes for the different languages the app is going to support.
/es/countries /de/countries … <
If you decide to put default_url_options in the application_controller to fix your path helpers, keep in mind you might want to put it in your admin's application_contoller as well
default_url_options
application_controller