Skip to content

Instantly share code, notes, and snippets.

@pita5
Created February 1, 2013 20:07
Show Gist options
  • Save pita5/4693748 to your computer and use it in GitHub Desktop.
Save pita5/4693748 to your computer and use it in GitHub Desktop.
user = User.find_or_create_by_email :name => ENV['ADMIN_NAME'].dup, :email => ENV['ADMIN_EMAIL'].dup, :password => ENV['ADMIN_PASSWORD'].dup, :password_confirmation => ENV['ADMIN_PASSWORD'].dup
event = user.events.create(:expireTime => Time.now+4000)
delegate = event.delegates.create(:passcode => '1234')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment