Displaying 1 result from an estimated 1 matches for "sidebar_control".
2006 May 24
0
Routes recognition problem
Hiall,
I have two modules for my controllers containing the following files
/app/controllers/admin/new_controller.rb
/app/controllers/admin/list_controller.rb
/app/controllers/admin/sidebar_controller
/app/controllers/community/input_controller.rb
/app/controllers/community/sidebar_controller.rb
Each of those controllers is declared with the appropriate module like so
class Admin::NewController < ApplicationController
# ...
end
class Admin::ListController < ApplicationController...