in your view code just prefix the partial template with "controller_name/partial_name" like so: <%= render :partial=>'search/search_box' %> <%= render :partial=> 'restraunts/menus' %>
hope thats what you were looking for. ~Michael fairchild
in your view code just prefix the partial template with "controller_name/partial_name" like so: <%= render :partial=>'search/search_box' %> <%= render :partial=> 'restraunts/menus' %>
hope thats what you were looking for. ~Michael fairchild