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
Fix notes on Step 12 to reference the correct method
Step 12 adds the `authenticate_user!` method to the `users_controller` but the notes reference `redirect_if_authenticated`.
Fix notes on Step 12 to reference the correct method
Step 12 adds the `authenticate_user!` method to the `users_controller` but the notes reference `redirect_if_authenticated`.
Add status: :unprocessable_entity to all failed render responses
This will help keep things consistent with Rails 7 and Turbo.
Issues
------
- Closes#52