class AbstractController::Base
def clear_action_methods!
them. ::clear_action_methods! allows you to do that, so next time
action_methods are cached and there is sometimes a need to refresh
def clear_action_methods! @action_methods = nil end
def clear_action_methods! @action_methods = nil end