Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 23, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/46cc13393be8c6065c773dbf186a9c78 to your computer and use it in GitHub Desktop.
Save jasongorman/46cc13393be8c6065c773dbf186a9c78 to your computer and use it in GitHub Desktop.
def to_html(customer)
return "<table><tr><td>Name</td><td>" + customer.title + " " + customer.first_name + " " + customer.last_name + "</td></tr></table>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment