Merge pull request #76 from jamesejr/feature/user_mailer

Implement Forgot Password Feature
This commit is contained in:
mccabe615
2013-12-11 09:19:42 -08:00
21 changed files with 256 additions and 59 deletions
+2 -1
View File
@@ -49,7 +49,6 @@ group :assets do
gem 'uglifier'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
@@ -78,3 +77,5 @@ gem 'aruba'
gem 'execjs'
gem 'therubyracer'
# Add SMTP server support using MailCatcher
gem 'mailcatcher'