app/models/legislation/question_option.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  belongs_to :question, class_name: 'Legislation::Question', foreign_key: 'legislation_question_id', inverse_of: :question_options

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

  has_many :answers, class_name: 'Legislation::Answer', foreign_key: 'legislation_question_id', dependent: :destroy, inverse_of: :question

There are no issues that match your filters.

Category
Status