Extract common method to configure bundle

This commit is contained in:
Jorge Manrubia
2025-11-23 05:54:49 +01:00
committed by Jorge Manrubia
parent 5d32e40756
commit fb9aa5dfac
3 changed files with 8 additions and 7 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../lib/fizzy"
if Fizzy.saas?
ENV["BUNDLE_WITH"] = [ ENV["BUNDLE_WITH"] , "saas" ].compact.join(",")
end
Fizzy.configure_bundle
require_relative "../config/boot"