From 34f34790ee79699ddb1476a61a9160ece4323ce0 Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Tue, 12 May 2020 19:53:17 +0200 Subject: [PATCH] remove action with no purpose --- app/controllers/favorites_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/favorites_controller.rb b/app/controllers/favorites_controller.rb index 4f12524..0a426dc 100644 --- a/app/controllers/favorites_controller.rb +++ b/app/controllers/favorites_controller.rb @@ -1,9 +1,5 @@ class FavoritesController < ApplicationController - def index - - end - def people @favoritePeople = FavoritePerson.all @host = 'https://tiss.tuwien.ac.at'