APIdock / Ruby on Rails
/
Browse About
method

inverse_name

v5.1.7 - Show latest stable - Class: ActiveRecord::Reflection::ThroughReflection
inverse_name()
private

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 1019
        def inverse_name; delegate_reflection.send(:inverse_name); end

Related methods

  • Instance methods
  • add_as_polymorphic_through
  • add_as_source
  • add_as_through
  • association_primary_key
  • association_primary_key_type
  • check_validity!
  • clear_association_scope_cache
  • collect_join_chain
  • collect_join_reflections
  • constraints
  • has_scope?
  • join_id_for
  • join_scopes
  • klass
  • nested?
  • scopes
  • source_options
  • source_reflection
  • source_reflection_name
  • source_reflection_names
  • source_type_scope
  • through_options
  • through_reflection
  • through_reflection?
  • Class methods
  • new
  • Private methods
  • privateactual_source_reflection
  • privatederive_class_name
  • privateinverse_name
  • privateprimary_key
APIdock API Documentation Browser

© 2026 APIdock