From 02b843b3a198cbe17f7a950738771a0bed2e88fb Mon Sep 17 00:00:00 2001 From: Marcel Hoppe Date: Tue, 21 May 2019 13:34:24 +0200 Subject: [PATCH] fix typo --- lib/active_bunny.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_bunny.rb b/lib/active_bunny.rb index 9099c8b..ade0afe 100644 --- a/lib/active_bunny.rb +++ b/lib/active_bunny.rb @@ -13,7 +13,7 @@ module ActiveBunny @@fanouts = {} @@queues = {} - def self.load_config(file) + def self.load_config(config_file) self.config = YAML.load(ERB.new(IO.read(config_file))).deep_symbolize_keys[Rails.env.to_sym] end -- 2.23.0.rc1