Rails assumes that the path specified for a partial is located under
app/view ... not the full-path. Therefore you just need to change your
CONTENT_BASE to be "content". Also make sure you use
<%= %> and not <% %>
-Bill
Rails assumes that the path specified for a partial is located under
app/view ... not the full-path. Therefore you just need to change your
CONTENT_BASE to be "content". Also make sure you use
<%= %> and not <% %>
-Bill