Add index unique for table user email
Showing
| ... | @@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.7' | ... | @@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.7' |
| # Use Redis adapter to run Action Cable in production | # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use Active Model has_secure_password | # Use Active Model has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
| # Use Active Storage variant | # Use Active Storage variant | ||
| # gem 'image_processing', '~> 1.2' | # gem 'image_processing', '~> 1.2' | ||
| ... | ... |
Please
register
or
sign in
to comment