flash.now[:notice] = "You've created a new rate." render turbo_stream: [ turbo_stream.prepend("rates#{@rate.firstnight.year}", @rate), turbo_stream.replace("new_rate", partial: "form", locals: { rate: Rate.new }), turbo_stream.replace("notice", partial: "shared/flashes"), ] ...