Just trying to do a simple refetch, and I am getting this error.
<%= sync_new partial: "message_row", resource: Message.new, refetch: true %>
my partial is located at sync/messages/refetch/_message_row.html.erb
I am not super familiar with the code base but at first glance it looks like the routes were not updated to match the new render_sync namespace
Just trying to do a simple refetch, and I am getting this error.
<%= sync_new partial: "message_row", resource: Message.new, refetch: true %>
my partial is located at sync/messages/refetch/_message_row.html.erb
I am not super familiar with the code base but at first glance it looks like the routes were not updated to match the new render_sync namespace