1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/abstract/logger.rb

9 lines
145 B
Ruby
Raw Normal View History

module AbstractController
module Logger
2009-05-07 11:29:22 -04:00
extend ActiveSupport::DependencyModule
setup do
cattr_accessor :logger
end
end
end