Mercurial > rsstweet
view config/routes.rb @ 142:2d873f57f424
Forgot about this one
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 13 Dec 2017 04:57:04 +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