Skip to content

Instantly share code, notes, and snippets.

@mattjstar
Created September 16, 2015 14:05
Show Gist options
  • Save mattjstar/5642fa07e62478f0ab40 to your computer and use it in GitHub Desktop.
Save mattjstar/5642fa07e62478f0ab40 to your computer and use it in GitHub Desktop.
info = {
email: email,
name: name,
date: Date.today.strftime("%Y-%d-%m"), #"2014-01-29"
customerId: Random.rand(11),
lat: current_location[:latitude].to_s,
lon: current_location[:longitude].to_s,
location_uuid: location_uuid
}.to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment