lib/brillo/scrubber.rb in brillo-2.0.0.rc2 vs lib/brillo/scrubber.rb in brillo-2.0.0.rc3
- old
+ new
@@ -91,10 +91,10 @@
end.to_h
end
def configure_polo
obfs = obfuscations
- adapter = config.db[:adapter]
+ adapter = config.db["adapter"]
Polo.configure do
obfuscate obfs
if adapter == "mysql2"
on_duplicate :ignore
end