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

@@ -23,6 +23,8 @@ end
gem 'jquery-rails'
gem 'devise'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'