Sha256: 1015e9e394d9f10ac678ed1610e848df214af8548bb448b69fcbaa40fa7341fe

Contents?: true

Size: 265 Bytes

Versions: 153

Compression:

Stored size: 265 Bytes

Contents

require "active_support/core_ext/logger"
require "active_support/benchmarkable"

module AbstractController
  module Logger
    extend ActiveSupport::Concern

    included do
      config_accessor :logger
      include ActiveSupport::Benchmarkable
    end
  end
end

Version data entries

153 entries across 114 versions & 18 rubygems

Version Path
actionpack-3.2.9.rc3 lib/abstract_controller/logger.rb
actionpack-3.2.9.rc2 lib/abstract_controller/logger.rb
actionpack-3.2.9.rc1 lib/abstract_controller/logger.rb
challah-0.8.1 vendor/bundle/gems/actionpack-3.2.8/lib/abstract_controller/logger.rb
challah-rolls-0.1.0 vendor/bundle/gems/actionpack-3.2.8/lib/abstract_controller/logger.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
challah-rolls-0.1.0 vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
challah-0.8.0.pre vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
challah-0.7.1 vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
challah-0.7.0 vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
challah-0.7.0.pre2 vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
actionpack-3.2.8 lib/abstract_controller/logger.rb
actionpack-3.2.8.rc2 lib/abstract_controller/logger.rb
challah-0.7.0.pre vendor/bundle/gems/actionpack-3.2.7/lib/abstract_controller/logger.rb
actionpack-3.2.8.rc1 lib/abstract_controller/logger.rb
actionpack-3.2.7 lib/abstract_controller/logger.rb
actionpack-3.2.7.rc1 lib/abstract_controller/logger.rb
challah-0.6.2 vendor/bundle/gems/actionpack-3.2.2/lib/abstract_controller/logger.rb
challah-0.6.2 vendor/bundle/gems/actionpack-3.2.3/lib/abstract_controller/logger.rb
challah-0.6.2 vendor/bundle/gems/actionpack-3.2.5/lib/abstract_controller/logger.rb