Displaying 1 result from an estimated 1 matches for "inputhelp".
Did you mean:
inputhelper
2006 May 24
0
Routes recognition problem
...tionController
# ...
end
class Community::SidebarController < ApplicationController
# ...
end
I have the following subdirectories in app/helpers
app/helpers/admin
app/helpers/community
along with helper definitions respecting the subfolder->module
convention like so
module Community::InputHelper
# ...
end
Under views I have subdirectories for the modules like so
app/views/admin/new
app/views/admin/list
app/views/admin/sidebar
app/views/community/input
app/views/community/sidebar
I have my routes.rb setup with one additional route
# Prefix all routes with webca
map.connect '...