3 lines
197 B
Text
3 lines
197 B
Text
= turbo_stream.remove dom_id(@attachment, :actions)
|
|
= turbo_stream.dispatch "attachment:destroyed", { target_id: dom_id(@attachment) }
|
|
= turbo_stream.show_all ".attachment-input-#{@attachment.id}"
|