From 872b9fa6759d5708f5efb19ba46b3c8e2b5d4862 Mon Sep 17 00:00:00 2001 From: jessib Date: Wed, 31 Oct 2012 12:19:15 -0700 Subject: Looks like the help code has already been merged into the develop branch, and thus merging into feature-admin_users branch. --- help/config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'help/config') diff --git a/help/config/routes.rb b/help/config/routes.rb index 1daf9a4..5e57e02 100644 --- a/help/config/routes.rb +++ b/help/config/routes.rb @@ -1,2 +1,5 @@ Rails.application.routes.draw do + + resources :tickets, :only => [:new, :create, :index, :show, :update] + #resources :ticket, :only => [:show] end -- cgit v1.2.3