lib/qa/authorities/base.rb in qa-0.4.3 vs lib/qa/authorities/base.rb in qa-0.5.0
- old
+ new
@@ -16,10 +16,10 @@
# then you will overide the #find method in the subclassed authority.
# TODO: need to set some kind of error here
def find id
end
- def full_record id, sub_authority=nil
+ def full_record id, subauthority=nil
Deprecation.warn(".full_record is deprecated. Use .find instead")
find(id)
end
end