Skip to content

Instantly share code, notes, and snippets.

@ZephiroRB
Created February 13, 2018 04:30
Show Gist options
  • Save ZephiroRB/cc263a0418f8e194f56771086866da88 to your computer and use it in GitHub Desktop.
Save ZephiroRB/cc263a0418f8e194f56771086866da88 to your computer and use it in GitHub Desktop.
Pretty title
#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