summaryrefslogtreecommitdiff
path: root/help/config
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-11-06 16:00:59 -0800
committerjessib <jessib@riseup.net>2012-11-06 16:00:59 -0800
commit26d263ae1cf449d0f4e68b6d2b49b3c8e76c3461 (patch)
tree32b055ae4d2e52f82eaf4a6d1deec80df514a3d7 /help/config
parent33988c40fbce6bba22f1a258148f63e4839c745d (diff)
Admin deletion of tickets, although need to figure out jquery interaction. And some minor tweaks.
Diffstat (limited to 'help/config')
-rw-r--r--help/config/routes.rb2
1 files changed, 1 insertions, 1 deletions
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