blob file migration task refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user