Closed mixr closed 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
I have just fixed this issue and released version 0.3.3. Thanks for the feedback.
cool, thanks!
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