method

route

rails latest stable - Class: Rails::Generators::Actions
route(routing_code, namespace: nil)
public

Make an entry in Rails routing file config/routes.rb

route "root 'welcome#index'"
route "root 'admin#index'", namespace: :admin