about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 12:50:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 12:50:33 -0400
commit250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc (patch)
tree21dba266c2d0b6c39a7202fbaf119d6a0b7cecf0 /config/routes.rb
parent27482983496cd0b8b6fa7dc943a1b05959735835 (diff)
downloadthoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.gz
thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.bz2
thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.zip
Tag cloud
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
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
36 36
37 get 'plays', to: 'games#index' 37 get 'plays', to: 'games#index'
38 38
39 resources :tags, only: [:show], param: :name do 39 resources :tags, only: [:index, :show], param: :name do
40 collection do 40 collection do
41 get 'suggest' 41 get 'suggest'
42 end 42 end