tiss2go/app/controllers/favorites_controller.rb
2020-05-12 19:53:17 +02:00

20 lines
221 B
Ruby

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