7 lines
202 B
Ruby
7 lines
202 B
Ruby
# frozen_string_literal: true
|
||
|
||
class Champs::ExplicationChamp < Champs::TextChamp
|
||
def search_terms
|
||
# The user cannot enter any information here so it doesn’t make much sense to search
|
||
end
|
||
end
|