class EdgeController < ApplicationController def index; end def turbo_edit render turbo_stream: turbo_stream.remote_dialog(id: 'remote-dialog', title: 'my remote title', partial: 'turbo_dialog') end end