# File lib/action_view/template_handlers/safemode_handler.rb, line 9
      def delegate_methods(view)
        [ :render, :params, :flash ] + 
        helper_methods(view) + 
        ActionController::Routing::Routes.named_routes.helpers
      end