0
0
Fork 0

Validate data of Imports (#4782)

This commit is contained in:
abcang 2017-09-03 03:45:42 +09:00 committed by Eugen Rochko
parent 2c3544eedd
commit 6ec1aa372d
2 changed files with 20 additions and 0 deletions

View file

@ -28,4 +28,5 @@ class Import < ApplicationRecord
has_attached_file :data, url: '/system/:hash.:extension', hash_secret: ENV['PAPERCLIP_SECRET']
validates_attachment_content_type :data, content_type: FILE_TYPES
validates_attachment_presence :data
end