Mercurial > rsstweet
view config/routes.rb @ 147:2b081cc7f383
Try using earlier redis
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 14 Dec 2017 15:05:24 +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