-
- Downloads
Add the `UserStatus` model
This model will hold the status of a user, including these fields: - emoji: always present, with a default value - user: always present, foreign key to user - message: optional, maximum length of 100 The table also stores - cached_markdown_version - message_html For rendering markdown in the `message` field.
parent
3f14c56b
No related branches found
No related tags found
app/models/user_status.rb
0 → 100644
Please register or sign in to comment