Sha256: 88f9af07018696be39291a955ae08e1b784178362d3cb5f536dd81c9923094e7
Contents?: true
Size: 318 Bytes
Versions: 23
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true 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
23 entries across 23 versions & 1 rubygems