add user statuses
|
---|
|
app/controllers/api/users_controller.rb |
---|
app/models/status.rb 0 → 100644 |
---|
app/models/user.rb |
---|
config/routes.rb |
---|
db/migrate/20220405200937_create_statuses.rb 0 → 100644 |
---|
db/schema.rb |
---|
test/fixtures/statuses.yml 0 → 100644 |
---|
test/fixtures/texts.yml 0 → 100644 |
---|
test/models/status_test.rb 0 → 100644 |
---|
test/models/text_test.rb 0 → 100644 |
---|