blob: 7b329f54304b92f1a905a314e01ab7c0e3f12608 (
plain)
1
2
3
4
5
6
7
8
|
# frozen_string_literal: true
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
# root "articles#index"
end
|