Hi,

I want to add a locale to my admin routes , currently I have routes such as

map.resources :gigs, :path_prefix => '/:locale'

So /en/gigs etc works, now I want to do /en/admin/venues
What can do to the following routes to make it work

 map.namespace :admin  do |admin|
     admin.resources :venues
   end

Any ideas?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en.

Reply via email to