method
_handle_action_missing
rails latest stable - Class:
AbstractController::Base
_handle_action_missing(*args)private
If the action name was not found, but a method called “action_missing” was found, #method_for_action will return “_handle_action_missing”. This method calls #action_missing with the current action name.