New documentation on placement options, fix for Travis testing of Rails 6+ - Resolves #48 - Resolves #50
11 lines
272 B
Ruby
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
|