Could someone tell me how you would set up default routes within a
namspace
similar to this…
map.connect ‘:namspace/:controller/:action/:id’
I have tried several ways inside…
map.namespace :example do |a|
end
with no luck.
Thanks,
Chris
Could someone tell me how you would set up default routes within a
namspace
similar to this…
map.connect ‘:namspace/:controller/:action/:id’
I have tried several ways inside…
map.namespace :example do |a|
end
with no luck.
Thanks,
Chris
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs