feature/share-libs
rb 7 lines 135 Bytes
Raw
1 # frozen_string_literal: true
2
3 class SplitfireResult < ApplicationRecord
4 belongs_to :audio_file
5
6 has_one_attached :source_file
7 end