Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
with_scope(*args, &block)
protected
# File activerecord/lib/active_record/associations/association_proxy.rb, line 206
def with_scope(*args, &block)
@reflection.klass.send :with_scope, *args, &block
end