Validate data of Imports (#4782)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user