method

generate

generate(options, recall = {}, extras = false)
public

No documentation available.

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