Add constants for email addresses

This commit is contained in:
gregoirenovel 2018-05-31 15:43:57 +02:00
parent a3f5ae9d0b
commit 185f08f63e
18 changed files with 34 additions and 24 deletions

View file

@ -1,3 +1,5 @@
require_relative "emails"
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|