I am trying to use render template inside a frame tag attached to a different controller and, it never loads. If I use a partial it will work, but something feels off here. Thougths?
= turbo_frame_tag("storyline_communications_navigations", src: communications_navigations_path) do
= render template: 'storyline/communications_navigations/index'