Method: Mongo::Model::Scope::ScopeProxy#initialize

Defined in:
lib/mongo_db/model/scope.rb

#initialize(model, scope) ⇒ ScopeProxy



3
4
5
# File 'lib/mongo_db/model/scope.rb', line 3

def initialize model, scope
  @model, @scope = model, scope
end