box-o-sand/oldstuff/RubyFun/cookbook/015/hodgepodge/app/controllers/people_controller.rb

6 lines
69 B
Ruby

class PeopleController < ApplicationController
def list
end
end