Merge remote-tracking branch 'parent/main' into upstream-20230103

This commit is contained in:
KMY 2024-01-03 19:15:01 +09:00
commit 7356f776f2
60 changed files with 1349 additions and 323 deletions

View file

@ -46,7 +46,7 @@ module Remotable
public_send(:"download_#{attachment_name}!", url) if download_on_assign
end
alias_method(:"reset_#{attachment_name}!", "download_#{attachment_name}!")
alias_method(:"reset_#{attachment_name}!", :"download_#{attachment_name}!")
end
end
end