<% cache [ bubble, bubble.bucket ] do %> <%= turbo_frame_tag bubble, :assignment do %> Assign this to… <%= form_with url: bucket_bubble_assignment_toggles_path(bubble.bucket, bubble), class: "flex flex-column full-width popup__list", data: { controller: "form" } do |form| %> <% bubble.bucket.users.active.sort_by(&:name).each do |user| %> <% end %> <% end %> <% end %> <% end %>