mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Link to current version of API docs [ci skip]
This commit is contained in:
parent
265234b377
commit
f2034bf80e
1 changed files with 2 additions and 2 deletions
|
@ -1541,7 +1541,7 @@ would output:
|
|||
</a>
|
||||
```
|
||||
|
||||
See [the API Doc for more info](https://api.rubyonrails.org/v6.0/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to)
|
||||
See [the API Doc for more info](https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to)
|
||||
|
||||
#### button_to
|
||||
|
||||
|
@ -1562,7 +1562,7 @@ would roughly output something like:
|
|||
</form>
|
||||
```
|
||||
|
||||
See [the API Doc for more info](https://api.rubyonrails.org/v6.0/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to)
|
||||
See [the API Doc for more info](https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to)
|
||||
|
||||
### CsrfHelper
|
||||
|
||||
|
|
Loading…
Reference in a new issue