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