Flowdock
url_options() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 19
      def url_options
        scope.send(:_with_routes, routes) do
          scope.url_options
        end
      end
Register or log in to add new notes.