Archived
2
0
Fork 0

v4.1.4-gh23188

This commit is contained in:
Ducky 2023-07-07 19:11:26 +01:00
commit 382713019a
8 changed files with 32 additions and 6 deletions

View file

@ -24,7 +24,7 @@ module Attachmentable
def self.has_attached_file(name, options = {}) # rubocop:disable Naming/PredicateName
super(name, options)
send(:"before_#{name}_validate") do
send(:"before_#{name}_validate", prepend: true) do
attachment = send(name)
check_image_dimension(attachment)
set_file_content_type(attachment)