diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 16:22:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 16:22:01 -0400 |
commit | a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6 (patch) | |
tree | ca97ab63790afd99bd5f24da4e3aa2fe026a0a6f /config | |
parent | 491783a28a26739062f5cda29a028bd1166617cb (diff) | |
download | thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.gz thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.bz2 thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.zip |
Added quotes stats page
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7e22946..59589aa 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -72,6 +72,7 @@ Rails.application.routes.draw do | |||
72 | get 'random' | 72 | get 'random' |
73 | get 'tags' | 73 | get 'tags' |
74 | get 'tags/:id', :action => "tag", :as => "tag" | 74 | get 'tags/:id', :action => "tag", :as => "tag" |
75 | get 'stats' | ||
75 | end | 76 | end |
76 | 77 | ||
77 | member do | 78 | member do |