method
scopes
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::NamedScope::ClassMethods
scopes()public
No documentation available.
# File activerecord/lib/active_record/named_scope.rb, line 17
def scopes
read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {})
end