Skip to content

Instantly share code, notes, and snippets.

@nomnel
Created April 3, 2013 00:33
Show Gist options
  • Save nomnel/5297485 to your computer and use it in GitHub Desktop.
Save nomnel/5297485 to your computer and use it in GitHub Desktop.
module ApplicationHelper
def title(page_title)
content_for(:title) {page_title}
page_title
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment