Skip to content

Commit

Permalink
fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenine committed Apr 4, 2017
1 parent 073f92f commit 79ef756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/models/follow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79ef756

Please sign in to comment.