feature/share-libs
rb 4 lines 117 Bytes
Raw
1 class VocalFile < ApplicationRecord
2 belongs_to :audio_file, optional: true
3 has_one_attached :source_file
4 end