index
:
interviews/malwer.git
cassandra
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
user.rb
blob: cac42c85fe7ea310a942ad2a7b0feebf86597c50 (
plain
)
1
2
3
4
class User < ActiveRecord::Base has_secure_password validates_presence_of :username end