Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
maarten
/
aardbei
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
243
Releases
0
Wiki
Browse Source
User has_secure_password
Maarten van den Berg
8 years ago
parent
c089408f33
commit
b3c62f59a0
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/models/user.rb
+ 1
- 0
app/models/user.rb
View File
@@ -1,3 +1,4 @@
1
1
class User < ApplicationRecord
2
+ has_secure_password
2
3
belongs_to :person
3
4
end