consul/consul

View on GitHub
app/models/poll/question/answer.rb

Summary

Maintainability
A
0 mins
Test Coverage

Uniqueness validation should have a unique index on the database column.
Open

  validates :given_order, presence: true, uniqueness: { scope: :question_id }
Severity: Minor
Found in app/models/poll/question/answer.rb by rubocop

There are no issues that match your filters.

Category
Status