I'm having a strange problem with css on rails. In app/views/search I have 2 files: index.html.erb and the other is result.html.erb. Their css are in public/css/results.css and public/css/index.css.
The problem is: One of them (index) loads its css, but the other no.
More informations:
- I'm also using a jquery theme, that is in app/asset/stylesheets and my app/view/layout/application.css is correct, addind the jquery.
- When i put the result.css on asset directory, it works. But it's not what i desire. I want this css only on the public folder