class ActionController::ParameterMissing

def corrections # :nodoc:

:nodoc:
def corrections # :nodoc:
  @corrections ||= DidYouMean::SpellChecker.new(dictionary: keys).correct(param.to_s)
end