Method: Pageflow::ManagedUserQuery::Scope#initialize
- Defined in:
- app/models/pageflow/managed_user_query.rb
#initialize(current_user, scope) ⇒ Scope
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Scope.
5 6 7 8 |
# File 'app/models/pageflow/managed_user_query.rb', line 5 def initialize(current_user, scope) @current_user = current_user @scope = scope end |