13 lines
120 B
Ruby
13 lines
120 B
Ruby
class PeopleController < TissCrawlerController
|
|
|
|
def index
|
|
end
|
|
|
|
def show_basic
|
|
end
|
|
|
|
def show_detail
|
|
end
|
|
|
|
end
|