default_stylesheets =================== OVERVIEW -------- Allows you to pass `:defaults` the helper stylesheet_link_tag which will include `application.css` as well as `LAYOUT_NAME.css` and `CONTROLLER_NAME.css`. Very useful when you have broken your css into a seperate file per controller and you want to use a common layout. stylesheet_link_tag :defaults AUTHORS ------- Josh Knowles Matt Heidemann Copyright (c) 2006 Integrum Technologies, LLC, released under the MIT license