diff --git a/config/routes.rb b/config/routes.rb index c0a3c3bf6ff21f054efafe8a13bb9c176ef26f86..67e975cbfc96f6fbad8ed47bcbd70c6843852bb7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -47,6 +47,11 @@ Rails.application.routes.draw do root 'welcome#index' + resource :feedback, only: [:create, :new] do + get :new_bug + post :report_bug + end + resources :subjects, only: [:index, :show] resource :complaints, only: ['create']