Packages
ami_models
0.1.0
Package containing all AMI Models shared between micro-services.
Retired package: Deprecated - faulty
Current section
Files
Jump to
Current section
Files
lib/uploaders/comment_attachment_uploader.ex
defmodule Ami.CommentAttachmentUploader do
use Arc.Definition
use Arc.Ecto.Definition
@acl :public_read_write
@versions [:original]
def storage_dir(_version, {_file, scope}) do
"uploads/comment/comment_attachments/#{scope.comment_id}"
end
end