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