Mercurial > rsstweet
view config/routes.rb @ 143:8a858aec1905
Stringify the cache key
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 13 Dec 2017 06:09: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