Sha256: 9b2d81405f80293081da952e3040644aad485ea7ba7789b2099e569be20b638f
Contents?: true
Size: 264 Bytes
Versions: 174
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require "active_support/benchmarkable" module AbstractController module Logger #:nodoc: extend ActiveSupport::Concern included do config_accessor :logger include ActiveSupport::Benchmarkable end end end
Version data entries
174 entries across 166 versions & 11 rubygems