Sha256: 94d8ba0a415aa549f751657c38c9ef14cbf948839ffba4379139002a645a1998
Contents?: true
Size: 289 Bytes
Versions: 39
Compression:
Stored size: 289 Bytes
Contents
module Concerns module LogWrapper extend ActiveSupport::Concern include Praxis::Callbacks included do before :around do |controller, callee| # Log something at the beginning callee.call # Log something at the end end end end end
Version data entries
39 entries across 39 versions & 1 rubygems