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

13 lines
124 B
Ruby

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