Mercurial > rsstweet
view config/routes.rb @ 112:dac5a66e2c73
Update to rails 5.0.1
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 21 Dec 2016 16:15:05 +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