Mercurial > zeropaste
view config/routes.rb @ 499:d2ef59c9a4b4
Use rails rubocop
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Sun, 15 Dec 2024 22:33:27 +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
