Sha256: 23e6706148a3fc1d957a5a5fc71a27d0e196ff75bc588c54924c5c7a293fb4df
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
require "active_support/core_ext/logger" require "active_support/benchmarkable" module AbstractController module Logger extend ActiveSupport::Concern included do cattr_accessor :logger extend ActiveSupport::Benchmarkable end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
actionpack-3.0.0.beta3 | lib/abstract_controller/logger.rb |
actionpack-3.0.0.beta2 | lib/abstract_controller/logger.rb |