Module: ActiveRecord::Railties::ControllerRuntime
- Extended by:
 - ActiveSupport::Concern
 
- Defined in:
 - activerecord/lib/active_record/railties/controller_runtime.rb
 
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
:nodoc:.
 
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended
Instance Method Details
#initialize ⇒ Object
:nodoc:
      26 27 28 29  | 
    
      # File 'activerecord/lib/active_record/railties/controller_runtime.rb', line 26 def initialize(...) # :nodoc: super self.db_runtime = nil end  |