Setup Devise

This commit is contained in:
2020-02-12 13:26:25 +01:00
parent 0d7ce8fa2c
commit 9ec7b3ef50
24 changed files with 709 additions and 0 deletions

View File

@ -25,6 +25,8 @@ gem 'jbuilder', '~> 2.7'
# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
gem 'devise', '~> 4.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false