parent
2ae1c72431
commit
b9667ec9e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue