with_scope(*args, &block)
Forwards with_scope to the reflection.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 201 def with_scope(*args, &block) @reflection.klass.send :with_scope, *args, &block end