Mercurial > rsstweet
annotate config/routes.rb @ 110:f76d44baa3dc
Test adding redis support
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 09 Nov 2016 07:35:03 +0900 |
parents | d5a0d66ee457 |
children | 5af9b537db86 |
rev | line source |
---|---|
0 | 1 Rails.application.routes.draw do |
38
9e03bbbb1d43
Move static#index to tweet#index.
edogawaconan <me@myconan.net>
parents:
19
diff
changeset
|
2 root "tweets#index" |
0 | 3 |
55
8f68ca606099
Add twitter id to the url so it'll be consistent.
nanaya <me@myconan.net>
parents:
38
diff
changeset
|
4 get "*id" => "tweets#show", :defaults => { :format => :atom }, :as => "tweet" |
0 | 5 end |