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