From 250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 13 Oct 2023 12:50:33 -0400 Subject: Tag cloud --- 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 a3448f0..5aa1558 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: [:show], param: :name do + resources :tags, only: [:index, :show], param: :name do collection do get 'suggest' end -- cgit 1.4.1