htmx/www/extensions/rails-method.md
2020-05-24 17:04:59 -07:00

21 lines
320 B
Markdown

---
layout: layout.njk
title: </> htmx - high power tools for html
---
## The `rails-method` Extension
This extension includes the rails `_method` parameter in non-`GET` or `POST` requests.
### Usage
```html
<body hx-ext="rails-method">
...
</body>
```
### Source
<https://unpkg.com/htmx.org/ext/rails-method.js>