instance method
scopes
Ruby on Rails 3.0.20
Since v2.2.3 Last seen in v3.0.20Signature
scopes()
No documentation comment.
Source
# File activerecord/lib/active_record/named_scope.rb, line 36
def scopes
read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {})
end
Defined in activerecord/lib/active_record/named_scope.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::NamedScope::ClassMethods