This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
budget
Watch
1
Star
0
Fork
You've already forked budget
0
Code
Issues
1
Pull requests
Activity
Actions
3f264886d2
budget
/
app
/
models
/
user.rb
6 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
Scaffold out User (#20) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/20
2024-07-26 23:24:54 -04:00
class
User
<
ApplicationRecord
has_secure_password
Check authentication on each request (#26) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/26
2024-08-16 19:59:29 -04:00
def
registered?
=
true
Scaffold out User (#20) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/20
2024-07-26 23:24:54 -04:00
end
Reference in a new issue
Copy permalink