Hey all, I''ve grouped a bunch of controllers into the Backend:: module. Now yesterday I moved all my images/ javascripts/ stylesheets/ in public/ to public/backend/ and didn''t seem to have to change my layout. Today however I changed something and don''t know what, probably just a restart of the server, but none of the <%= stylesheet_link_tag "foo" %> in the layout seem to load the stylesheet from the backend/ any more. Same thing goes for the images/ I didn''t change the routes.rb and just have, map.connect ''backend/'', :controller => ''backend/foo'' So I am not sure if I just was viewing a cached webpage, but do modules affect the public/ directory as well? I cannot find anything about it. Thanks for any help, Paul