method
include_eager_select?
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::ClassMethods
include_eager_select?(options)private
No documentation available.
# File activerecord/lib/active_record/associations.rb, line 1763
def include_eager_select?(options)
(selects_tables(options) - [table_name]).any?
end