Module: TreasureData::Logger::Agent::Rails::ControllerExtension
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/td/logger/agent/rails/controller.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'lib/td/logger/agent/rails/controller.rb', line 15 def self.included(mod) im = InstanceMethods cm = ClassMethods mod.class_eval do include im extend cm end end |