github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/ruby/rideshare_rails/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 "/bike" => "bike#index"
     7    get "/scooter" => "scooter#index"
     8    get "/car" => "car#index"
     9  end