pull/669/merge
Pete Matsyburka 1 month ago
parent 10fd624bec
commit 50eb5b070e

@ -20,6 +20,6 @@ class SubmitFormValuesController < ApplicationController
render json: { render json: {
value:, value:,
attachment: attachment&.as_json(only: %i[uuid created_at], methods: %i[url filename content_type]) attachment: attachment&.as_json(only: %i[uuid created_at], methods: %i[url filename content_type])
}, head: :ok }
end end
end end

Loading…
Cancel
Save