adding the user controller for futzing with login bits

This commit is contained in:
Dan Buch
2011-08-09 21:43:23 -04:00
parent 6f9519fce9
commit 7ca80880a8
9 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<h1>User#login</h1>
<p>Find me in app/views/user/login.html.erb</p>

View File

@@ -0,0 +1,2 @@
<h1>User#logout</h1>
<p>Find me in app/views/user/logout.html.erb</p>

View File

@@ -0,0 +1,2 @@
<h1>User#my_account</h1>
<p>Find me in app/views/user/my_account.html.erb</p>

View File

@@ -0,0 +1,2 @@
<h1>User#process_login</h1>
<p>Find me in app/views/user/process_login.html.erb</p>