Skip to content
wtt.git
⋮
Summary
Commits
Files
wtt.git
/
app
/
models
/
user.rb
[Rails] Site internet de la World Tartiflette Tour.
View raw
1
class
User
<
ApplicationRecord
2
has_secure_password
3
has_many
:
sessions
,
dependent
:
:
destroy
4
5
normalizes
:
email_address
,
with
:
->
(
e
)
{
e
.
strip
.
downcase
}
6
end
7
Summary
Commits
Files