Adding follow requests API
This commit is contained in:
parent
7376af90f7
commit
004382e4d0
7 changed files with 95 additions and 11 deletions
|
@ -1,6 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class FollowRequest < ApplicationRecord
|
||||
include Paginable
|
||||
|
||||
belongs_to :account
|
||||
belongs_to :target_account, class_name: 'Account'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue