Method: MongoDoc::Scope#scopes
- Defined in:
- lib/mongodoc/scope.rb
#scopes ⇒ Object
4 5 6 |
# File 'lib/mongodoc/scope.rb', line 4 def scopes read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {}) end |
4 5 6 |
# File 'lib/mongodoc/scope.rb', line 4 def scopes read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {}) end |