Skip to content

Commit

Permalink
Update a README.md example for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiegz committed Dec 17, 2023
1 parent f2464d6 commit 0f3dbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class UserSessionsController < ApplicationController
if @user_session.save
redirect_to root_url
else
render :action => :new
render :new, status: 422
end
end

Expand Down

0 comments on commit 0f3dbc3

Please sign in to comment.