Merge branch 'master' into aperez-admin-question-videos
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class Poll::Question::Answer < ActiveRecord::Base
|
||||
include Galleryable
|
||||
|
||||
belongs_to :question, class_name: 'Poll::Question', foreign_key: 'question_id'
|
||||
has_many :videos, class_name: 'Poll::Question::Answer::Video'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user