kwi / i18n_routing

I18n routing module for Rails 2.3.x and Rails 3. Translate your routes with ease !
MIT License
228 stars 48 forks source link

problem with resources nested inside a singleton resource #3

Closed mixr closed 14 years ago

mixr commented 14 years ago

Hi,

thanks for this gem!

i have tried to nest inside a singleton resource (Rails 3 beta3) resource :foo do resources :bars end but the generated named_routes look like this: de_foo_de_bars, new_de_foo_de_bar etc.

by now i couldn't solve the problem and just added 2 failing specs here: http://github.com/mixr/i18n_routing/commit/ec0f6f60375a64d0ac974a6a8680b7eeaef4a6ca

Greetings,

Reiner

kwi commented 14 years ago

Hi,

I have just fixed this issue and released version 0.3.3. Thanks for the feedback.

mixr commented 14 years ago

cool, thanks!