On Wed, Feb 19, 2014 at 1:45 AM, Farsheed Bamboat wrote:
> <% content_for :head do %>
> <%= stylesheet_link_tag '/stylesheets/ammos_new.css' %>
> <% end %>
Try
<% content_for :head do %>
<%= stylesheet_link_tag 'ammos_new' %>
<% end %>
--
You received this message because you are subscrib
Ganesh Ranganathan wrote in post #1137095:
> On Wed, Feb 19, 2014 at 12:51 AM, Farsheed Bamboat
> wrote:
>
>> Thanks Ganesh. I just tried that right now but the issue still persists.
>
>
> Can you share the _form.html.erb code for head section
>
> Does it not work on development or Production, or b
2 matches
Mail list logo