# File lib/action_view/helpers/url_helper.rb, line 30
      def url_options
        return super unless controller.respond_to?(:url_options)
        controller.url_options
      end