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

4 lines
91 B
Text
Raw Permalink Normal View History

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