adding devise

This commit is contained in:
2022-12-20 17:29:05 +02:00
parent d2890636fd
commit 5ac5d2e538
24 changed files with 718 additions and 3 deletions

View File

@ -38,8 +38,8 @@ Rails.application.configure do
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
config.action_mailer.perform_caching = false
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log