summaryrefslogtreecommitdiff
path: root/help/config/routes.rb
blob: 5e57e02fde85c84131170000e838df1ff3213576 (plain)
1
2
3
4
5
Rails.application.routes.draw do

  resources :tickets, :only => [:new, :create, :index, :show, :update]
  #resources :ticket, :only => [:show]
end