diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 11:51:47 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 11:51:47 -0400 |
commit | 0333f3e258026696af265f777f862e612bab1bd7 (patch) | |
tree | f1ed811b0c327d9561d4fda299345b5526591a69 /config | |
parent | 843f3515e5619120ca2c65954a011845225a31f1 (diff) | |
download | thoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.gz thoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.bz2 thoughts-0333f3e258026696af265f777f862e612bab1bd7.zip |
Tag links
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
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 |