gauge/config/routes.rb
2015-10-06 15:31:06 +03:00

5 lines
132 B
Ruby

Rails.application.routes.draw do
resources :talk_preferences, only: [:index, :show, :create, :update]
root to: 'home#index'
end