Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Oct 26, 2024
1 parent 5f32ee5 commit 4f9147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/comment_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def followed_by?(user)
ThreadFollower.where(comment_thread: self, user: user).any?
end

def second_follower()
def second_follower
ThreadFollower.where(comment_thread: self).second
end

Expand Down

0 comments on commit 4f9147d

Please sign in to comment.