Fix comment errors

Should really look at it before doing copypasta...
This commit is contained in:
Tobias Eidelpes 2020-05-27 17:48:09 +02:00
parent e359595d0f
commit ae217a60ea

View File

@ -5,7 +5,7 @@ class Crawlers::ThesesCrawlerController < Crawlers::TissCrawlerController
puts params[:search_context]
@host = TissCrawler.get_host
# TissCrawler performs general search over the available courses
# TissCrawler performs general search over the available theses
@theses = TissCrawler.search(params)
end
@ -15,7 +15,7 @@ class Crawlers::ThesesCrawlerController < Crawlers::TissCrawlerController
@id = params[:id]
puts params
# TissCrawler fetches the person's detail information
# TissCrawler fetches the thesis' detail information
@thesis = TissCrawler.get_thesis_details(params)
# Host is needed for image rendering
@host = TissCrawler.get_host