blob: 8cefe83623fd163796eac2e05aa20d33d37469fc (
plain)
1
2
3
4
5
6
7
8
|
defmodule TheTranscriberBackend.AudioFileView do
use TheTranscriberBackend.Web, :view
#attributes [:id, :audio_path, :transcription_file_path, :audio_duration]
#has_many :audio_file_api, link
end
|