APIdock / Ruby on Rails
/
Browse About
method

join_keys

v5.1.7 - Show latest stable - Class: ActiveRecord::Reflection::AbstractReflection
join_keys()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 176
      def join_keys
        get_join_keys klass
      end

Related methods

  • Instance methods
  • alias_candidate
  • build_association
  • build_scope
  • chain
  • check_validity_of_inverse!
  • class_name
  • constraints
  • counter_cache_column
  • counter_must_be_updated_by_has_many?
  • get_join_keys
  • has_cached_counter?
  • inverse_of
  • inverse_updates_counter_cache?
  • inverse_updates_counter_in_memory?
  • inverse_which_updates_counter_cache
  • join_keys
  • join_scope
  • join_scopes
  • klass_join_scope
  • primary_key_type
  • quoted_table_name
  • scope_chain
  • scopes
  • table_name
  • through_reflection?
  • Private methods
  • privatejoin_fk
  • privatejoin_pk
  • privatepredicate_builder
APIdock API Documentation Browser

© 2026 APIdock