# frozen_string_literal: true
# Video Accunt Settings
class VideoAccount < ApplicationRecord
belongs_to :account, polymorphic: true
end