diff options
Diffstat (limited to 'config/routes.rb')
-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 |