How can I render a stylesheet per action in rails?
Since my app is not the standart CRUD app, my controllers end up with a few custom routes which require very different CSS's.
So, I'm wondering, is there any way to load the css on a per action basis but still take advantage of the asset pipeline?
Thanks