Skip to content

Instantly share code, notes, and snippets.

@maxim
Created October 30, 2009 21:45
Show Gist options
  • Save maxim/222754 to your computer and use it in GitHub Desktop.
Save maxim/222754 to your computer and use it in GitHub Desktop.
def title(page_title, show_title = true)
content_for(:title) { t('.title', :default => page_title) }
@show_title = show_title
end
def show_title?
@show_title
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment