Skip to content

Instantly share code, notes, and snippets.

/example.rb Secret

Created October 15, 2016 02:49
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 anonymous/5173d388f659b9c198b2cdb478dcbab1 to your computer and use it in GitHub Desktop.
Save anonymous/5173d388f659b9c198b2cdb478dcbab1 to your computer and use it in GitHub Desktop.
customer = Customer.create!(name: 'Farbod', email: 'farbod@example.com')
employee = Employee.create!(name: 'Toomaj', email: 'toomaj@example.com')
TimeEntry.create!(time: 1.2, customer: customer, employee: employee)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment