app/helpers/polls_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [114/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    question.answers.where(author: current_user).any? { |vote| current_user.current_sign_in_at > vote.updated_at }
Severity: Minor
Found in app/helpers/polls_helper.rb by rubocop

There are no issues that match your filters.

Category
Status