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