Merge tag 'v4.1.5'

This commit is contained in:
bgme 2023-07-21 23:14:15 +08:00
commit d8eead284d
16 changed files with 110 additions and 19 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)