adn-repostmentions/app/helpers/application_helper.rb
2013-12-13 22:15:54 +01:00

5 lines
99 B
Ruby

module ApplicationHelper
def title (page_title)
content_for(:title) { page_title }
end
end