diff --git a/config/routes.rb b/config/routes.rb index 1aa3f15..1a04cd5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ Rails.application.routes.draw do resources :talk_preferences, only: [:index, :show, :create, :update] root to: 'home#index' - # get 'ratings' => 'home#ratings' - # get 'export' => 'home#export' + get 'ratings' => 'home#ratings' + get 'export' => 'home#export' end