Skip to content
Snippets Groups Projects
Commit 79ef756f authored by Samy KACIMI's avatar Samy KACIMI
Browse files

fix rubocop issues

parent 073f92fc
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ end
group :test do
gem 'simplecov', require: false
gem 'webmock'
gem 'rspec-sidekiq'
gem 'faker'
gem 'rspec-sidekiq'
end
group :development do
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment