Remove consecutive blank lines
This commit is contained in:
@@ -18,7 +18,6 @@ class Poll::PairAnswer < ApplicationRecord
|
||||
validates :answer_right, inclusion: { in: ->(a) { a.question.question_answers.visibles }},
|
||||
unless: ->(a) { a.question.blank? }
|
||||
|
||||
|
||||
scope :by_author, ->(author_id) { where(author_id: author_id) }
|
||||
scope :by_question, ->(question_id) { where(question_id: question_id) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user