Created
June 21, 2013 10:25
-
-
Save chensoren/5830328 to your computer and use it in GitHub Desktop.
rails 3 content_for
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= content_for?(:page_title) ? yield(:page_title) : default_page_title %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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