Mercurial > zeropaste
view config/routes.rb @ 506:b5c6fd96100b default tip
Readd the field error proc config
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Dec 2024 01:46:09 +0900 |
parents | d2ef59c9a4b4 |
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