6 lines
69 B
Ruby
6 lines
69 B
Ruby
class PeopleController < ApplicationController
|
|
def list
|
|
end
|
|
|
|
end
|