2023-10-23 18:31:32 +02:00
|
|
|
Rails.application.routes.draw do
|
|
|
|
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
|
|
|
|
2023-10-23 19:12:16 +02:00
|
|
|
merged_routes( root: true )
|
2023-10-23 18:31:32 +02:00
|
|
|
# Defines the root path route ("/")
|
|
|
|
# root "articles#index"
|
|
|
|
end
|