1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
[ci skip]
This commit is contained in:
Ryuta Kamizono 2018-07-31 20:20:08 +09:00
parent 5deab3d26c
commit 0f5497499c

View file

@ -1,4 +1,4 @@
*. Raises `ActionController::RespondToMismatchError` with confliciting `respond_to` invocations.
* Raises `ActionController::RespondToMismatchError` with confliciting `respond_to` invocations.
`respond_to` can match multiple types and lead to undefined behavior when
multiple invocations are made and the types do not match: