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

13 lines
120 B
Ruby

class PeopleController < TissCrawlerController
def index
end
def show_basic
end
def show_detail
end
end