Method: Pageflow::UserNameQuery::Scope#resolve
- Defined in:
- app/models/pageflow/user_name_query.rb
#resolve ⇒ Object
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.
10 11 12 |
# File 'app/models/pageflow/user_name_query.rb', line 10 def resolve scope.where(word_conditions(term)) end |