about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:22:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:22:01 -0400
commita9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6 (patch)
treeca97ab63790afd99bd5f24da4e3aa2fe026a0a6f /config
parent491783a28a26739062f5cda29a028bd1166617cb (diff)
downloadthoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.gz
thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.bz2
thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.zip
Added quotes stats page
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
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