From 120bf89930ce7e136ba0b0499bce7b0f8b95f296 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 6 Feb 2017 16:52:00 +0100 Subject: Add a not secure function for upload files with curl --- web/views/audio_file_view.ex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/views/audio_file_view.ex') diff --git a/web/views/audio_file_view.ex b/web/views/audio_file_view.ex index b2b2c26..8cefe83 100644 --- a/web/views/audio_file_view.ex +++ b/web/views/audio_file_view.ex @@ -1,3 +1,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 -- cgit v1.2.1