diff config/routes.rb @ 189:b4b7a29b70f6

Initial work for paste deletion.
author Edho Arief <edho@myconan.net>
date Sat, 23 Feb 2013 14:01:22 +0900
parents bb5f98459aac
children 953d284ec195
line wrap: on
line diff
--- a/config/routes.rb	Sat Feb 23 13:25:09 2013 +0900
+++ b/config/routes.rb	Sat Feb 23 14:01:22 2013 +0900
@@ -1,5 +1,5 @@
 Zeropaste::Application.routes.draw do
-  resources :pastes, :only => [:show, :create], :path => '/'
+  resources :pastes, :only => [:show, :create, :destroy], :path => '/'
   post 'pastes' => 'pastes#create', :format => /(json|xml|txt)/
   root :to => 'pastes#new'
 end