summaryrefslogtreecommitdiff
path: root/app/models/email.rb
Commit message (Expand)AuthorAgeFilesLines
* refactor(email): use setter method instead AR callbacksSemyon Pupkov2016-10-231-4/+2
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-11/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
* Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-091-1/+1
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-1/+1
* Allow primary email to be set to an email that you've already added.change-primary-emailDouwe Maan2015-04-301-5/+0
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+2
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-8/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-4/+7
* Remove EmailsObserverDmitriy Zaporozhets2014-04-021-3/+8
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+33