Skip to content

Instantly share code, notes, and snippets.

@chensoren
Created June 21, 2013 10:25
Show Gist options
  • Save chensoren/5830328 to your computer and use it in GitHub Desktop.
Save chensoren/5830328 to your computer and use it in GitHub Desktop.
rails 3 content_for
<%= content_for?(:page_title) ? yield(:page_title) : default_page_title %>
<% content_for :page_title do %>
My Awesome page title
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment