Installed Devise and created a home controller/route

This commit is contained in:
2012-09-02 02:57:34 -07:00
parent 6df97cc3a7
commit 62fb513491
15 changed files with 337 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the home controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/