diff --git a/config/routes.rb b/config/routes.rb index 0f97eba11..9a7b3652a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -42,6 +42,9 @@ Rails.application.routes.draw do collection do post :migrate end + member do + get :branches + end end # resources :memos do