From 25ad5c09c618f8eac5209209eda2d389408426cb Mon Sep 17 00:00:00 2001 From: f Date: Sat, 11 Jun 2022 13:56:54 -0300 Subject: [PATCH] =?UTF-8?q?fixup!=20gesti=C3=B3n=20de=20usuaries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 784acf6..99f7cfc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -7,4 +7,5 @@ Rails.application.routes.draw do resources :readings, only: %i[create] resources :sites, only: %i[show create update] + resources :users, only: %i[index create destroy] end