Hide the results
This commit is contained in:
parent
db36fa09c6
commit
2ae1c72431
|
@ -1,6 +1,6 @@
|
||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
resources :talk_preferences, only: [:index, :show, :create, :update]
|
resources :talk_preferences, only: [:index, :show, :create, :update]
|
||||||
root to: 'home#index'
|
root to: 'home#index'
|
||||||
get 'ratings' => 'home#ratings'
|
# get 'ratings' => 'home#ratings'
|
||||||
get 'export' => 'home#export'
|
# get 'export' => 'home#export'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue