APIdock / Ruby on Rails
/
Browse About
method

using_limitable_reflections?

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

No documentation available.

# File activerecord/lib/active_record/associations.rb, line 995
        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_limited_ids_condition!
  • privateadd_multiple_associated_save_callbacks
  • privateadd_sti_conditions!
  • privateassociate_identification
  • privateassociation_accessor_methods
  • privateassociation_constructor_method
  • privateassociation_join
  • privatecollection_accessor_methods
  • privatecolumn_aliases
  • privatecondition_word
  • privateconstruct_finder_sql_for_association_limiting
  • privateconstruct_finder_sql_with_included_associations
  • privatecreate_extension_module
  • privateextract_record
  • privatefind_with_associations
  • privategenerate_primary_key_table
  • privategenerate_schema_abbreviations
  • privateguard_against_missing_reflections
  • privateguard_against_unlimitable_reflections
  • privateinclude_eager_conditions?
  • privatejoin_table_name
  • privatereflect_on_included_associations
  • privaterequire_association_class
  • privateselect_all_rows
  • privateselect_limited_ids_list
  • privateusing_limitable_reflections?
APIdock API Documentation Browser

Boost your team's developer productivity with Swarmia.

© 2026 APIdock