Rails routes with optional scope “:locale”

前端 未结 6 1201
清歌不尽
清歌不尽 2020-12-06 06:08

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
…
<         


        
6条回答
  •  -上瘾入骨i
    2020-12-06 06:20

    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

提交回复
热议问题