Mercurial > rsstweet
view config/routes.rb @ 157:6e6051cd9cca
Or maybe not
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 28 Jul 2018 03:42:23 +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