From 0333f3e258026696af265f777f862e612bab1bd7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 13 Oct 2023 11:51:47 -0400 Subject: Tag links --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index dcfe673..a3448f0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,7 +36,7 @@ Rails.application.routes.draw do get 'plays', to: 'games#index' - resources :tags, only: [], param: :name do + resources :tags, only: [:show], param: :name do collection do get 'suggest' end -- cgit 1.4.1