lib/quandl/format/dataset/client.rb in quandl_format-0.3.0 vs lib/quandl/format/dataset/client.rb in quandl_format-0.4.0

- old
+ new

@@ -45,10 +45,10 @@ protected def client_should_be_valid! - if !client.valid_with_server? + if !client.valid? client.errors.each{|err, value| self.errors.add( err, value ) } return false end true end \ No newline at end of file