diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 12:50:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 12:50:33 -0400 |
commit | 250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc (patch) | |
tree | 21dba266c2d0b6c39a7202fbaf119d6a0b7cecf0 /config | |
parent | 27482983496cd0b8b6fa7dc943a1b05959735835 (diff) | |
download | thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.gz thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.bz2 thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.zip |
Tag cloud
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 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 |