Displaying 1 result from an estimated 1 matches for "vehiclesbutton".
2007 Nov 23
4
How to pin down location of views/shared directory ?
...pp/views/layouts/application.rhtml as one would
expect:
<div id="header">
<%= render :partial => ''shared/header'' %>
</div>
They contain many lines like this:
<a href="/classifies/categories/vehicles"><img
src="images/vehiclesButton.jpg" alt="Vehicles" class="rollover" /></a>
This works great from my app''s root index page. When one navigates to a
controller, e.g. myapp/classifieds/categories, the images can''t be
found. Console shows errors like this:
ActionController::Ro...