Displaying 1 result from an estimated 1 matches for "certification_controller".
2006 Jun 08
8
another routes question
i need help setting up the routes for my app.
I have created about 10 controllers in the app/controllers/pro
directory:
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 ''...