APIdock / Ruby on Rails
/
Browse About
method

scopes

v6.0.0 - Show latest stable - Class: ActiveRecord::Reflection::ThroughReflection
scopes()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 838
      def scopes
        source_reflection.scopes + super
      end

Related methods

  • Instance methods
  • add_as_polymorphic_through
  • add_as_source
  • add_as_through
  • association_primary_key
  • check_validity!
  • clear_association_scope_cache
  • collect_join_chain
  • constraints
  • has_scope?
  • join_scopes
  • klass
  • nested?
  • scopes
  • source_options
  • source_reflection
  • source_reflection_name
  • source_reflection_names
  • through_options
  • through_reflection
  • through_reflection?
  • Class methods
  • new
  • Protected methods
  • protectedactual_source_reflection
  • Private methods
  • privatecollect_join_reflections
  • privatederive_class_name
  • privateinverse_name
APIdock API Documentation Browser

© 2026 APIdock