jgunnink / secret-santa

A ruby on rails application built to handle the organisation of a Secret Santa in a fun, simple way!
https://secretsantawebsite.herokuapp.com
Other
1 stars 1 forks source link

Bugfix multiple same emails can be added to a list when saving at the same time #75

Closed jgunnink closed 7 years ago

jgunnink commented 7 years ago

If a user tries to save two emails at the same time the validation check only looks at the database, not at what is in memory.

Have resolved it, and fixed breaking tests.