module ActionController::UrlFor::ClassMethods

def action_methods

def action_methods
  @action_methods ||= begin
    super - _routes.named_routes.helper_names
  end
end