a11yist/app/views/error_pages/unprocessable_entity.html.slim

4 lines
93 B
Text
Raw Normal View History

2024-11-11 07:21:55 +01:00
- content_for(:code) { "422" }
- content_for(:message) { t("errors.unprocessable_entity") }