class FavoritesController < ApplicationController def index end def people @favoritePeople = FavoritePerson.all @host = 'https://tiss.tuwien.ac.at' end def courses end def theses end def projects end end