From 26d263ae1cf449d0f4e68b6d2b49b3c8e76c3461 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 6 Nov 2012 16:00:59 -0800 Subject: Admin deletion of tickets, although need to figure out jquery interaction. And some minor tweaks. --- help/config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/config/routes.rb') diff --git a/help/config/routes.rb b/help/config/routes.rb index 5e57e02..86a9201 100644 --- a/help/config/routes.rb +++ b/help/config/routes.rb @@ -1,5 +1,5 @@ Rails.application.routes.draw do - resources :tickets, :only => [:new, :create, :index, :show, :update] + resources :tickets, :only => [:new, :create, :index, :show, :update, :destroy] #resources :ticket, :only => [:show] end -- cgit v1.2.3