This commit is contained in:
Pete Matsyburka
2026-05-07 15:37:35 +03:00
parent 10fd624bec
commit 50eb5b070e
@@ -20,6 +20,6 @@ class SubmitFormValuesController < ApplicationController
render json: {
value:,
attachment: attachment&.as_json(only: %i[uuid created_at], methods: %i[url filename content_type])
}, head: :ok
}
end
end