Created
February 13, 2018 04:30
-
-
Save ZephiroRB/cc263a0418f8e194f56771086866da88 to your computer and use it in GitHub Desktop.
Pretty 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
#application_helper.rb | |
def title(page_title) | |
content_for(:title) { page_title } | |
end | |
#layouts/application.html | |
<title>Shoppery - <%= yield(:title) || "The Place to Buy Stuff" %></title> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment