summaryrefslogtreecommitdiff
path: root/app/models/user_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+4
* Allow users to set a statusBob Van Landuyt2018-07-301-1/+1
* Add the `UserStatus` modelBob Van Landuyt2018-07-251-0/+13