Add basic functionality

This commit is contained in:
Bogdan Bagno
2024-09-16 02:10:08 +01:00
parent 4def3ac97f
commit 8630218c41
16 changed files with 130 additions and 2 deletions
+3
View File
@@ -1,4 +1,7 @@
Rails.application.routes.draw do
resources :people, only: :show
resources :countries, only: %i[index show]
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")