From aa25545eb204d0ca842ab948af4c27cb217352d6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 3 May 2021 18:37:26 -0400 Subject: Locations views --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index bd5793e..6442ec2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,4 +16,6 @@ Rails.application.routes.draw do resources :items, only: [:index] end end + + resources :locations, only: [:index, :show] end -- cgit v1.2.3