aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/routes.rb
blob: 47cc16ea2f103e72a0d12a0620debcb15bf28f55 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end