instance method scopes

Ruby on Rails 2.3.18

Last seen in v3.0.20

Available in: v2.2.3 v2.3.18 v3.0.20

Signature

scopes()

No documentation comment.

Source
# File activerecord/lib/active_record/named_scope.rb, line 15
      def scopes
        read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {})
      end

Defined in activerecord/lib/active_record/named_scope.rb line 15 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::NamedScope::ClassMethods

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close