lib/qa/authorities/base.rb in qa-1.0.0 vs lib/qa/authorities/base.rb in qa-1.1.0

- old
+ new

@@ -29,10 +29,10 @@ # @return [Hash] # @raise [NotImplementedError] when this method is abstract. # # @todo better specify return type def find(_id) - raise NotImplementedError, "#{self.class}#all is unimplemented." + raise NotImplementedError, "#{self.class}#find is unimplemented." end ## # @deprecated use {#find} instead def full_record(id, _subauthority = nil)