aris
1
Hi,
I added a css file in public/stylesheets folder (I use Rails 3.0 so no
asset pipeline) and included it in my views by
“<%= stylesheet_link_tag ‘ss’, :media => :all %>”
But I get a routing error on loading my page in my logs.
"ActionController::RoutingError (No route matches “/stylesheets/ss.css”
Please tell me what are the required settings I maybe missing.
On 4 July 2012 14:12, Shalini S. [email protected] wrote:
Hi,
I added a css file in public/stylesheets folder (I use Rails 3.0 so no asset
pipeline) and included it in my views by
And the name of that file is?
Colin
Do you have a ss.css file in your public/stylesheets folder? If not,
that is the problem.
Hi,
It was some mistake on my part. I have resolved it.
Thanks & Regards.