APIdock / Ruby on Rails
/
Browse About
method

source_reflection

v3.0.0 - Show latest stable - Class: ActiveRecord::Reflection::AssociationReflection
source_reflection()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 248
      def source_reflection
        nil
      end

Related methods

  • Instance methods
  • association_foreign_key
  • belongs_to?
  • build_association
  • check_validity!
  • check_validity_of_inverse!
  • collection?
  • columns
  • counter_cache_column
  • create_association
  • create_association!
  • dependent_conditions
  • has_inverse?
  • inverse_of
  • klass
  • polymorphic_inverse_of
  • primary_key_column
  • primary_key_name
  • quoted_table_name
  • reset_column_information
  • source_reflection
  • table_name
  • through_reflection
  • through_reflection_primary_key_name
  • validate?
  • Class methods
  • new
  • Private methods
  • privatederive_class_name
  • privatederive_primary_key_name
APIdock API Documentation Browser

© 2026 APIdock