homepage/helpers/page_helpers.rb

6 lines
81 B
Ruby

module PageHelpers
def head_profile
data.page.head_profile or ""
end
end