6 lines
96 B
Ruby
6 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ImageUploader < Shrine
|
|
# plugins and uploading logic
|
|
end
|