Skip to content

Instantly share code, notes, and snippets.

@adammiribyan
Created March 20, 2011 22:46
Show Gist options
  • Select an option

  • Save adammiribyan/878763 to your computer and use it in GitHub Desktop.

Select an option

Save adammiribyan/878763 to your computer and use it in GitHub Desktop.
initial helper methods for new rails app
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