mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
Require 'bcrypt' on top of app/models/user.rb
This commit is contained in:
parent
97431324db
commit
342b8ab4ef
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
require 'digest/sha1'
|
||||
require 'bcrypt'
|
||||
|
||||
class User < ActiveRecord::Base
|
||||
# Virtual attribute for the unencrypted password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue