APIdock / Ruby on Rails
/
Browse About
method

through_reflection?

v5.0.0.1 - Show latest stable - Class: ActiveRecord::Reflection::AbstractReflection
through_reflection?()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 141
      def through_reflection?
        false
      end

Related methods

  • Instance methods
  • alias_candidate
  • build_association
  • chain
  • check_validity_of_inverse!
  • class_name
  • constraints
  • counter_cache_column
  • counter_must_be_updated_by_has_many?
  • has_cached_counter?
  • inverse_of
  • inverse_updates_counter_cache?
  • inverse_updates_counter_in_memory?
  • inverse_which_updates_counter_cache
  • join_keys
  • primary_key_type
  • quoted_table_name
  • table_name
  • through_reflection?
APIdock API Documentation Browser

© 2026 APIdock