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.
But this has the same effect like "script/generate Admin::Messages"
the class that will be created is in the module Admin. This is not a
problem for me, but how do i create links to the modules. Is it
posible to route requests in a default folder? For example: