about summary refs log tree commit diff stats
path: root/app/helpers/application_helper.rb
blob: a8b1c7e6942e9e78d12ad2360e92a2ceeeffbd78 (plain) (blame)
1
2
3
4
5
6
7
module ApplicationHelper

  def title(text)
    content_for :title, text
  end

end