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 33cc5f3..493102b 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -59,6 +59,7 @@ Rails.application.routes.draw do | |||
59 | collection do | 59 | collection do |
60 | get 'latest' | 60 | get 'latest' |
61 | get 'top' | 61 | get 'top' |
62 | get 'random' | ||
62 | get 'tags' | 63 | get 'tags' |
63 | get 'tags/:id', :action => "tag", :as => "tag" | 64 | get 'tags/:id', :action => "tag", :as => "tag" |
64 | end | 65 | end |