blob file migration task refactor

This commit is contained in:
Dylan Knutson
2025-07-08 02:28:14 +00:00
parent fe5276d3ef
commit a2460a5327
11 changed files with 639 additions and 268 deletions

View File

@@ -1,6 +1,7 @@
# typed: strict
ID_CONSTRAINT = %r{([^/]+)}
Rails.application.routes.draw do
ID_CONSTRAINT = T.let(%r{([^/]+)}, Regexp)
mount ActionCable.server => "/cable"
# Authentication routes