css - Stylesheets in Rails -


i use 1 of stylesheets public folder (several directories each own css file) 1 of controllers.

having trouble bringing in static css file.

i've tried following code -

<%= stylesheet_link_tag "/public/foldername/style2.css" %> 

but it's not working

please try

<%= stylesheet_link_tag "/foldername/style2.css" %> 

Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -