Commit 167bcdd3 authored by Tiago Botelho's avatar Tiago Botelho Committed by André Luís

Removes redundant self in appearance instance methods

parent aa831b34
......@@ -14,11 +14,11 @@ module EE
end
def show_header?
self.header_message.present?
header_message.present?
end
def show_footer?
self.footer_message.present?
footer_message.present?
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment