github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/tracing/jaeger/ruby/rideshare/config/routes.rb (about) 1 Rails.application.routes.draw do 2 # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html 3 4 # Defines the root path route ("/") 5 # root "articles#index" 6 get '/car', to: 'car/car#show' 7 get '/bike', to: 'bike/bike#show' 8 get '/scooter', to: 'scooter/scooter#show' 9 end