working login, signup, and logout

This commit is contained in:
Ken Johnson
2013-04-25 00:19:00 -04:00
parent 0154fecb0a
commit 47ce08bb20
20 changed files with 74 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
class DashboardController < ApplicationController
def home
end
end