RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: justinsoliz
Site: http://www.justinsoliz.com
if you want controller specific scripts or stylesheets, you can do something like this:
javascript_include_tag params[:controller]
stylesheet_link_tag params[:controller]
if you want controller specific scripts or stylesheets, you can do something like this:
javascript_include_tag params[:controller]
stylesheet_link_tag params[:controller]