adding the people controller to access, list the people model
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class PeopleController < ApplicationController
|
||||
def list
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user