Validation for uploaded image type added
This commit is contained in:
parent
3982cdb741
commit
53911f226d
3 changed files with 11 additions and 5 deletions
4
Gemfile
4
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue