Mercurial > rsstweet
view config/routes.rb @ 178:38598ae5a8f6
Sort video url by bitrate
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 13 Oct 2018 14:26:25 +0900 |
parents | 5af9b537db86 |
children | e2150dce4e90 |
line wrap: on
line source
Rails.application.routes.draw do root "tweets#index" get ":id/:name" => "tweets#show", :defaults => { :format => :atom }, :as => "tweet" get ":name" => "tweets#redirect" end