module Searching::QueryOperands

Public Instance Methods

current_query_operand() click to toggle source
# File lib/mumuki/classroom/models/searching.rb, line 50
def current_query_operand
  send current_query_operand_method, query_param
end
current_query_operand_method() click to toggle source
# File lib/mumuki/classroom/models/searching.rb, line 54
def current_query_operand_method
  query_operand || default_query_operand
end