Mercurial > rsstweet
annotate config/routes.rb @ 161:c2e9d3a36bde
Improved id check
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 03 Aug 2018 02:01:32 +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 |