Eric L

Joined

2,210 Experience
22 Lessons Completed
0 Questions Solved

Activity

I ran into this error too (Ruby 3.1.0 and Rails 7.0.2.2). If you change render :new to render: new, status: :unprocessable_entity, it works as described in this video.