I try to structure my rails application with modules, but i have
problems to define the routes. Is’ it possible to use someting like
this: <%= link to ‘…’, :module => :module_name, :controller
=> :ctrl_name […] -%> ?
The controllers i want to access are in app/controllers/module_name. I
thougt i could define something like this: map.connect
‘:module/:controller/:action’, but it doesn’t work.