class AbstractController::ActionNotFound

def corrections # :nodoc:

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