Rails 2.0 map.namespace and path_prefix

Grzegorz Derebecki wrote:

Ok i find answer :slight_smile:

map.with_options :path_prefix => '/:lang/admin' do |lang|   lang.namespace :admin do |admin|     admin.resources :permissions   end end

not sure if it is feature or bug :))

Thanks! It worked.