allow admin to upload interview recording

This commit is contained in:
Bilal
2020-07-16 14:58:22 +02:00
parent e3acdb4d0e
commit 066f8f496e
7 changed files with 224 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
class CastingSubmission < ApplicationRecord
belongs_to :casting_call
has_many_attached :files
has_one_attached :interview_recording
has_secure_token