Skip to content

Instantly share code, notes, and snippets.

@vebersol
Last active December 15, 2015 04:59
Show Gist options
  • Save vebersol/5206133 to your computer and use it in GitHub Desktop.
Save vebersol/5206133 to your computer and use it in GitHub Desktop.
# no layout
<%= yield(:page_javascript) %>
# na view
<% content_for(:page_javascript) do %>
# o que for escrito aqui vai no layout
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment