initialize devise

This commit is contained in:
2017-03-28 01:14:45 +02:00
parent 5660d9d3d2
commit 175c9bea4f
6 changed files with 391 additions and 0 deletions
+3
View File
@@ -29,6 +29,9 @@ gem 'kaminari-mongoid'
# This gem hooks up your Rails application with Roadie to help you generate HTML emails.
gem 'roadie-rails', '~> 1.0'
# Devise is a flexible authentication solution for Rails based on Warden.
gem 'devise'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'