You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow turbo streams for unprocessable entity responses
Since Rails can respond with 422 when form validation fails for example,
allow request.js to perform and render turbo stream messages for both
200 and 422 response codes.
0 commit comments