module Shrine::Plugins::KeepFiles::AttacherMethods

  1. lib/shrine/plugins/keep_files.rb

Methods

Public Instance

  1. destroy?

Public Instance methods

destroy?()
[show source]
   # File lib/shrine/plugins/keep_files.rb
 8 def destroy?
 9   false
10 end