Displaying 1 result from an estimated 1 matches for "pro_control".
Did you mean:
procontrol
2006 Jun 08
8
another routes question
...irectory:
app/controllers/pro/address_controller.rb
app/controllers/pro/certification_controller.rb
app/controllers/pro/program_controller.rb
app/controllers/pro/program_controller.rb
and so on...
The problem is that I would like to also use app/controllers/pro as a
controller; so app/controllers/pro_controller.rb
i know my routes are wrong but this is what i have:
map.connect '':controller/service.wsdl'', :action => ''wsdl''
map.connect "pro/:controller/:action"
map.connect "pro/",
:controller=>"pro",
:action=>&q...