Hook up routes to repositories controller

This commit is contained in:
Joshua Peek 2016-09-10 15:26:20 +09:00
Родитель ba06ed0172
Коммит f0b7544d5a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
resources :repositories
get "/", to: redirect("/repositories")
end