Class

ActiveRecord::NamedScope::Scope

Inheritance
< Object

Constants

Name   Description
NON_DELEGATE_METHODS = %w(nil? send object_id class extend find size count sum average maximum minimum paginate first last empty? any? respond_to?).to_set

Attributes

Name Visibility R/W Description
current_scoped_methods_when_defined public R
proxy_options public R
proxy_scope public R

Methods

Class

Visibility Signature
public new (proxy_scope, options, &block)

Instance

Visibility Signature
public any? () {|*block_args| ...}
public empty? ()
public first (*args)
public last (*args)
public reload ()
public respond_to? (method, include_private = false)
public size ()
protected proxy_found ()

Class Method Detail

new(proxy_scope, options, &block)

Instance Method Detail

any?() {|*block_args| ...}

empty?()

first(*args)

last(*args)

reload()

respond_to?(method, include_private = false)

size()

proxy_found()