method

generate

generate(options, recall = {})
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/route_set.rb, line 630
      def generate(options, recall = {})
        Generator.new(options, recall, self).generate
      end