Extract 37id and QB controllers, models, and tests

This commit is contained in:
Mike Dalessio
2025-09-12 13:55:06 -04:00
parent f4e2fe31b4
commit 2630e4bd74
57 changed files with 540 additions and 539 deletions
+5
View File
@@ -0,0 +1,5 @@
module Bootstrap
def self.local_authentication?
ENV.fetch("LOCAL_AUTHENTICATION", "") != "" || !File.directory?(File.expand_path("../gems/fizzy-saas", __dir__))
end
end