Skip to content

Instantly share code, notes, and snippets.

@baires
Created October 15, 2015 16:13
Show Gist options
  • Save baires/315911b92efa82717bbe to your computer and use it in GitHub Desktop.
Save baires/315911b92efa82717bbe to your computer and use it in GitHub Desktop.
Page
<% content_for :assets do %>
<%= stylesheet_link_tag 'index', 'custom' %>
<% end %>
Layout
<head>
<title>Example</title>
<%= stylesheet_link_tag 'style' %>
<%= yield_content :assets %>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment