parent
2ae1c72431
commit
b9667ec9e8
|
@ -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