consul/consul

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

Summary

Maintainability
A
0 mins
Test Coverage
class Poll::Question::Answer::Video < ApplicationRecord
  belongs_to :answer, class_name: "Poll::Question::Answer"
  include Videoable

  validates :title, presence: true
end