class AbstractController::ActionNotFound
def corrections # :nodoc:
def corrections # :nodoc: @corrections ||= DidYouMean::SpellChecker.new(dictionary: controller.class.action_methods).correct(action) end
def corrections # :nodoc: @corrections ||= DidYouMean::SpellChecker.new(dictionary: controller.class.action_methods).correct(action) end