tiss2go/app/controllers/courses_controller.rb
2020-04-21 13:03:59 +02:00

13 lines
123 B
Ruby

class CoursesController < TissCrawlerController
def index
end
def show_basic
end
def show_detailed
end
end