Arkadiy Ayvazyan

Joined

4,320 Experience
43 Lessons Completed
0 Questions Solved

Activity

if error partial is not rendering add the following code to the form:
<%= form_with model: @tweet, data: { turbo: false }, local: true do |form| %>

fixed the issue for me. thank you!