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