# File lib/dm-core/adapters/abstract_adapter.rb, line 133 def update(attributes, collection) raise NotImplementedError, "#{self.class}#update not implemented" end