mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove NOTE related to format.js [ci skip]
- The example for which this NOTE was written was removed in https://github.com/rails/rails/pull/20493.
This commit is contained in:
parent
7fe770cf4e
commit
8019ad72ea
1 changed files with 0 additions and 4 deletions
|
@ -191,10 +191,6 @@ $(document).ready ->
|
|||
Obviously, you'll want to be a bit more sophisticated than that, but it's a
|
||||
start. You can see more about the events [in the jquery-ujs wiki](https://github.com/rails/jquery-ujs/wiki/ajax).
|
||||
|
||||
|
||||
NOTE: If javascript is disabled in the user browser, `format.html { ... }`
|
||||
block should be executed as fallback.
|
||||
|
||||
### form_tag
|
||||
|
||||
[`form_tag`](http://api.rubyonrails.org/classes/ActionView/Helpers/FormTagHelper.html#method-i-form_tag)
|
||||
|
|
Loading…
Reference in a new issue