Mercurial > rsstweet
view config/routes.rb @ 119:18f1c5f989bb
Forgot the footer margin
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sun, 12 Feb 2017 17:27:17 +0900 | 
| parents | d5a0d66ee457 | 
| children | 5af9b537db86 | 
line wrap: on
 line source
Rails.application.routes.draw do root "tweets#index" get "*id" => "tweets#show", :defaults => { :format => :atom }, :as => "tweet" end
