APIdock / Ruby on Rails
/
Browse About
method

using_limitable_reflections?

v1.1.6 - Show latest stable - Class: ActiveRecord::Associations::ClassMethods
using_limitable_reflections?(reflections)
private

No documentation available.

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

Related methods

  • Instance methods
  • belongs_to
  • has_and_belongs_to_many
  • has_many
  • has_one
  • Private methods
  • privateadd_association_callbacks
  • privateadd_deprecated_api_for_has_many
  • privateadd_limited_ids_condition!
  • privateadd_multiple_associated_save_callbacks
  • privateassociation_accessor_methods
  • privateassociation_constructor_method
  • privatecollection_accessor_methods
  • privatecollection_reader_method
  • privatecolumn_aliases
  • privatecondition_word
  • privateconfigure_dependency_for_has_many
  • privateconfigure_dependency_for_has_one
  • privateconstruct_counter_sql_with_included_associations
  • privateconstruct_finder_sql_for_association_limiting
  • privateconstruct_finder_sql_with_included_associations
  • privatecount_with_associations
  • privatecreate_belongs_to_reflection
  • privatecreate_extension_module
  • privatecreate_has_and_belongs_to_many_reflection
  • privatecreate_has_many_reflection
  • privatecreate_has_one_reflection
  • privatefind_with_associations
  • privateguard_against_unlimitable_reflections
  • privateinclude_eager_conditions?
  • privateinclude_eager_order?
  • privatejoin_table_name
  • privatereflect_on_included_associations
  • privaterequire_association_class
  • privateselect_all_rows
  • privateselect_limited_ids_list
  • privateusing_limitable_reflections?
APIdock API Documentation Browser

© 2026 APIdock