summaryrefslogtreecommitdiff
path: root/help/config/routes.rb
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-10-29 11:18:51 -0700
committerjessib <jessib@riseup.net>2012-10-29 11:18:51 -0700
commit2de76b40a926985fce186c8ba18450d310ed4fa3 (patch)
tree89644aaeb9d20ae819819f211de5f5f8cf0dd8e8 /help/config/routes.rb
parent3ba2e664a26e96a93c8640b57241af6386db361e (diff)
parent8b9d5235faed6c15e8ef2e2dc76aec7f24d0bb50 (diff)
Merge branch 'help_develop' into develop
Diffstat (limited to 'help/config/routes.rb')
-rw-r--r--help/config/routes.rb3
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