Module: Shrine::Plugins::Logging::InstanceMethods

Defined in:
lib/shrine/plugins/logging.rb

Instance Method Summary collapse

Instance Method Details

#delete(io, context = {}) ⇒ Object



60
61
62
# File 'lib/shrine/plugins/logging.rb', line 60

def delete(io, context = {})
  log("delete", io, context) { super }
end

#store(io, context = {}) ⇒ Object



56
57
58
# File 'lib/shrine/plugins/logging.rb', line 56

def store(io, context = {})
  log("store", io, context) { super }
end