This commit is contained in:
Pete Matsyburka
2025-10-31 10:26:10 +02:00
parent 5ae479644e
commit b46ced2b6f
@@ -35,6 +35,8 @@ module Api
render json: attachment.as_json(only: %i[uuid created_at], methods: %i[url filename content_type])
rescue Submitters::MaliciousFileExtension => e
Rollbar.error(e) if defined?(Rollbar)
render json: { error: e.message }, status: :unprocessable_entity
end