GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
lukas
/
Website-backend
Transfer to URL with SHA
Find file
Newer
Older
tree:
1468fc99e7
Switch branches
×
main
Website-backend
/
app
/
models
/ status.rb
lukas
on 5 Apr 2022
58 bytes
add user statuses
Raw
Blame
History
class Status < ApplicationRecord belongs_to :user end