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 11:51:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 11:51:47 -0400
commit0333f3e258026696af265f777f862e612bab1bd7 (patch)
treef1ed811b0c327d9561d4fda299345b5526591a69 /config/routes.rb
parent843f3515e5619120ca2c65954a011845225a31f1 (diff)
downloadthoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.gz
thoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.bz2
thoughts-0333f3e258026696af265f777f862e612bab1bd7.zip
Tag links
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 dcfe673..a3448f0 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: [], param: :name do 39 resources :tags, only: [:show], param: :name do
40 collection do 40 collection do
41 get 'suggest' 41 get 'suggest'
42 end 42 end