6 lines
145 B
Ruby
6 lines
145 B
Ruby
|
class Attachment::LongProcessingRefreshComponent < ApplicationComponent
|
||
|
def initialize(attachment: nil)
|
||
|
@attachment = attachment
|
||
|
end
|
||
|
end
|