config/routes.rb in home_page_music-0.0.1 vs config/routes.rb in home_page_music-0.0.2

- old
+ new

@@ -4,9 +4,11 @@ member do get :top_albums get :top_songs end end + + resources :videos, only: [:index] end get 'music' => 'music/home#index', as: :music end \ No newline at end of file