Validation for uploaded image type added

This commit is contained in:
Christoph Haas 2020-08-17 01:47:59 +02:00
parent 3982cdb741
commit 53911f226d
3 changed files with 11 additions and 5 deletions

View file

@ -132,3 +132,7 @@ gem 'omniauth-amazon'
gem 'omniauth-google-oauth2'
gem 'omniauth-github'
gem 'omniauth-openid'
# Validations for ActiveStorage (which replaced Paperclip) are
# not yet available in Rails 6.0. So this is a third-party gem.
gem 'active_storage_validations'