walter/test/dummy/config/routes.rb
2021-04-15 13:22:19 -04:00

11 lines
272 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
get "dashboard/home"
get "dashboard/other"
get "dashboard/placement"
get "dashboard/missing"
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end