6 lines
93 B
Ruby
6 lines
93 B
Ruby
module ApplicationHelper
|
|
def page_title_tag
|
|
tag.title @page_title || "Fizzy"
|
|
end
|
|
end
|