Skip to content

Instantly share code, notes, and snippets.

@zachaysan
Created June 15, 2015 16:25
Show Gist options
  • Save zachaysan/1f117765300a2da4ceed to your computer and use it in GitHub Desktop.
Save zachaysan/1f117765300a2da4ceed to your computer and use it in GitHub Desktop.
def create_link( url: url,
title: title )
body = { link: { url: url, title: title }}
body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment