diff options
Diffstat (limited to 'help/config')
-rw-r--r-- | help/config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |