Skip to content

Instantly share code, notes, and snippets.

@libryder
Created August 21, 2012 19:44
Show Gist options
  • Select an option

  • Save libryder/3418669 to your computer and use it in GitHub Desktop.

Select an option

Save libryder/3418669 to your computer and use it in GitHub Desktop.
Add CSS file to <head> from partial
<% content_for :head do %>
<%= stylesheet_link_tag 'path/to/css' %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment