Fix path to saas.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ module Fizzy
|
|||||||
class << self
|
class << self
|
||||||
def saas?
|
def saas?
|
||||||
return @saas if defined?(@saas)
|
return @saas if defined?(@saas)
|
||||||
@saas = !!(ENV["SAAS"] || File.exist?(File.expand_path("../../tmp/saas.txt", __dir__)))
|
@saas = !!(ENV["SAAS"] || File.exist?(File.expand_path("../tmp/saas.txt", __dir__)))
|
||||||
end
|
end
|
||||||
|
|
||||||
def db_adapter
|
def db_adapter
|
||||||
|
|||||||
Reference in New Issue
Block a user