method
using_limitable_reflections?
using_limitable_reflections?(reflections)
private
Hide source
# File activerecord/lib/active_record/associations.rb, line 1284 def using_limitable_reflections?(reflections) reflections.reject { |r| [ :belongs_to, :has_one ].include?(r.macro) }.length.zero? end