Create query scope.
Parameters:
User to query roles for.
Scope of all accounts to filter from.
12 13 14 15
# File 'app/models/pageflow/account_role_query.rb', line 12 def initialize(user, scope) @user = user @scope = scope end