Skip to content

Instantly share code, notes, and snippets.

@mxlje
Created April 17, 2014 12:03
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 mxlje/260db3d07b21791623ba to your computer and use it in GitHub Desktop.
Save mxlje/260db3d07b21791623ba to your computer and use it in GitHub Desktop.
organizer = Organizer.create(
email: "a@b.com",
company_name: "Example Company",
password_digest: "$2a$10$qQQws7Kb2IG1qfqp4OgdZ.dtKicGew79HZkWUO0gzaerhkC6/3OuC"
)
Event.create(
name: "Awesome Event",
description: "Lorem Ipsum",
organizer: organizer,
price: 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment