Files
ch420/app/helpers/application_helper.rb
T

7 lines
114 B
Ruby
Raw Normal View History

2015-10-02 21:05:03 +02:00
module ApplicationHelper
2015-10-05 12:40:08 +02:00
def title(page_title)
content_for :title, page_title.to_s
page_title
end
2015-10-02 21:05:03 +02:00
end