Replace all occurrences of ActiveRecord::Base with ApplicationRecord
This commit is contained in:
committed by
Julian Herrero
parent
7ab602175a
commit
01c1ac2b10
@@ -1,4 +1,4 @@
|
||||
class Poll::Question::Answer::Video < ActiveRecord::Base
|
||||
class Poll::Question::Answer::Video < ApplicationRecord
|
||||
belongs_to :answer, class_name: "Poll::Question::Answer", foreign_key: "answer_id"
|
||||
|
||||
VIMEO_REGEX = /vimeo.*(staffpicks\/|channels\/|videos\/|video\/|\/)([^#\&\?]*).*/
|
||||
|
||||
Reference in New Issue
Block a user