mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
- DRY up some of the sample code by refactoring into smaller methods. - ‘Namespace’ method names to reduce chances of conflict. - Mark send_pending_devise_notifications, pending_devise_notifications, and render_and_send_devise_message as `private` since they are only used internally. - Update comments.