aboutsummaryrefslogtreecommitdiff
path: root/web/views/audio_file_view.ex
blob: aa9c7420d847f41c0bbbd733c3d9c0875aee2311 (plain)
1
2
3
4
5
6
7
8
defmodule TheTranscriberBackend.AudioFileView do
  use TheTranscriberBackend.Web, :view

  #attributes [:id, :audio_path, :audio_name, :audio_duration]

  #has_many :audio_file_api, link

end