adding the user controller for futzing with login bits
This commit is contained in:
2
cookbook/015/hodgepodge/app/views/user/login.html.erb
Normal file
2
cookbook/015/hodgepodge/app/views/user/login.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>User#login</h1>
|
||||
<p>Find me in app/views/user/login.html.erb</p>
|
2
cookbook/015/hodgepodge/app/views/user/logout.html.erb
Normal file
2
cookbook/015/hodgepodge/app/views/user/logout.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>User#logout</h1>
|
||||
<p>Find me in app/views/user/logout.html.erb</p>
|
@@ -0,0 +1,2 @@
|
||||
<h1>User#my_account</h1>
|
||||
<p>Find me in app/views/user/my_account.html.erb</p>
|
@@ -0,0 +1,2 @@
|
||||
<h1>User#process_login</h1>
|
||||
<p>Find me in app/views/user/process_login.html.erb</p>
|
Reference in New Issue
Block a user