6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
module PageHelpers
|
||
|
def head_profile
|
||
|
data.page.head_profile or ""
|
||
|
end
|
||
|
end
|