Skip to content

Instantly share code, notes, and snippets.

@ash37
Created February 15, 2013 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ash37/4959753 to your computer and use it in GitHub Desktop.
Save ash37/4959753 to your computer and use it in GitHub Desktop.
def display_address_title(employee)
no_address_title = ""
if employee.address.empty?
no_address_title
else
"Address"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment