aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-26 21:59:57 +0900
committerre4k <re4k@re4k.info>2013-03-26 21:59:57 +0900
commit828b71c4b68186b1e6e729a244544a19d54d5929 (patch)
tree1a3728cb322925b84f5a656e0e142699659ba409 /config
parent9e05ce53b550ab05d06268bd0c2ae26ad294d0ab (diff)
downloadaclog-828b71c4b68186b1e6e729a244544a19d54d5929.tar.gz
Improve UI
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1d697db..88af30f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -37,7 +37,7 @@ Aclog::Application.routes.draw do
get "/:screen_name/recent/:order(/:page)" => "users#recent", :constraints => constraints
get "/:screen_name/timeline(/:page)" => "users#timeline", :constraints => constraints
- get "/:screen_name/timeline/:tweets(/:page)" => "users#timeline", :constraints => constraints
+ get "/:screen_name/timeline/all(/:page)" => "users#timeline", :constraints => constraints, :defaults => {:all => "true"}
get "/:screen_name/discovered(/:page)" => "users#discovered", :constraints => constraints
get "/:screen_name/discovered/:tweets(/:page)" => "users#discovered", :constraints => constraints