diff --git a/app/views/api/sounds/show.rabl b/app/views/api/sounds/show.rabl new file mode 100644 index 0000000..5d9df2c --- /dev/null +++ b/app/views/api/sounds/show.rabl @@ -0,0 +1,5 @@ +object @sound + +attribute :id +attribute :sha256 +attribute :mime_type