Method: ActiveRecord::Reflection::ThroughReflection#scopes

Defined in:
activerecord/lib/active_record/reflection.rb

#scopesObject



846
847
848
# File 'activerecord/lib/active_record/reflection.rb', line 846

def scopes
  source_reflection.scopes + super
end