diff --git a/config/routes.rb b/config/routes.rb index 4d84bad..dcfcfdf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,5 @@ Rails.application.routes.draw do + resources :friends # get 'home/index' get 'home/about' root 'home#index'