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