# File lib/spec/rails/example/controller_example_group.rb, line 155
        def params_from(method, path)
          ensure_that_routes_are_loaded
          ActionController::Routing::Routes.recognize_path(path, :method => method)
        end