purge_later()
Purges the attachment through the queuing system.
# File activestorage/lib/active_storage/attached/one.rb, line 67 def purge_later if attached? attachment.purge_later write_attachment nil end end