Mercurial > zeropaste
view config/routes.rb @ 445:d31511b722b5
Update gems
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 02 Mar 2017 11:58:37 +0900 |
parents | 68eb23b52864 |
children |
line wrap: on
line source
Rails.application.routes.draw do post "(pastes)" => "pastes#create", :format => /(html|json|xml|txt)/, :as => "pastes" resources :pastes, :only => [:show, :destroy], :path => "/" root :to => "pastes#new" end