fix rubocop issues
This commit is contained in:
parent
073f92fc76
commit
79ef756f64
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ class Follow < ApplicationRecord
|
|||
include Paginable
|
||||
|
||||
belongs_to :account, counter_cache: :following_count, required: true
|
||||
|
||||
|
||||
belongs_to :target_account,
|
||||
class_name: 'Account',
|
||||
counter_cache: :followers_count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue