Displaying 1 result from an estimated 1 matches for "listmanagementcontrol".
2006 Jul 03
2
Routing acting strangely - mixed case controller names fail?
...raightforward controller/action/id and of course, I have
map.connect '':controller/:action/:id''
in my routes.rb file.
When I click on this link, I get a routing error. What''s potentially
interesting about this URL is that the controller name is mixed case.
Class is ListManagementController, file name is list_management, and my
URL is:
/listManagement/target_lists_delete/6
Am I specifying the link name incorrectly? Is it possible that
specifying the mixed case controller name in a URL used to work but now
cannot be resolved correctly?
Should it be list_management or ListMana...