method
    
    select_all_rows
  select_all_rows(options, join_dependency)
  private
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/associations.rb, line 1622 def select_all_rows(options, join_dependency) connection.select_all( construct_finder_sql_with_included_associations(options, join_dependency), "#{name} Load Including Associations" ) end

  
  
  
  