Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created October 25, 2014 16:22
Show Gist options
  • Select an option

  • Save pier-oliviert/b76fa1e2a1e20f22b18b to your computer and use it in GitHub Desktop.

Select an option

Save pier-oliviert/b76fa1e2a1e20f22b18b to your computer and use it in GitHub Desktop.
<%= content_tag :div do |div| %>
<% div.css << 'test' %>
<%= content_tag :h2 do |h| %>
<% h.css << :boo %>
Hi!
<% end %>
<% end %>
<div class="test">
<h2 class="boo">Hi!</h2>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment