Преглед изворни кода

Better error message for empty data source url - #89

Andrew Kane пре 8 година
родитељ
комит
6075738ae2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/blazer/data_source.rb

+ 1 - 1
lib/blazer/data_source.rb

@@ -13,7 +13,7 @@ module Blazer
       @settings = settings
 
       unless settings["url"] || Rails.env.development?
-        raise Blazer::Error, "Empty url"
+        raise Blazer::Error, "Empty url for data source: #{id}"
       end
 
       @adapter_instance =