Skip to content

Instantly share code, notes, and snippets.

@adagio
Last active August 29, 2015 14:05
Show Gist options
  • Save adagio/5e5749027f57bb33c662 to your computer and use it in GitHub Desktop.
Save adagio/5e5749027f57bb33c662 to your computer and use it in GitHub Desktop.
Method that generates title markup for the layout
module ApplicationHelper
def title(page_title)
content_for(:title) { page_title }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment