# https://github.com/shrinerb/shrine/blob/master/lib/shrine.rb#L98-L102 class Shrine # ... module ClassMethods # ... def Attachment(name, **args) self::Attachment.new(name, **args) end alias attachment Attachment alias [] Attachment # ... end # ... end
Miral Achmed
January 7, 2025
include ImageUploader[:image]? Ini apa?
About Miral Achmed