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
|
2
cookbook/015/hodgepodge/app/helpers/people_helper.rb
Normal file
2
cookbook/015/hodgepodge/app/helpers/people_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module PeopleHelper
|
||||
end
|
2
cookbook/015/hodgepodge/app/views/people/list.html.erb
Normal file
2
cookbook/015/hodgepodge/app/views/people/list.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>People#list</h1>
|
||||
<p>Find me in app/views/people/list.html.erb</p>
|
Reference in New Issue
Block a user