class SubscriptionsController < ApplicationController
def new
@subscription = current_account.subscriptions.new
end
def create
import { StreamActions } from "@hotwired/turbo"
StreamActions.flash = function () {
const container = document.getElementById("flashes")
if (!container) return