Method: DataMapper::Adapters::AbstractAdapter#update
- Defined in:
- lib/dm-core/adapters/abstract_adapter.rb
#update(attributes, collection) ⇒ Integer
Updates one or many existing resources
Adapters provide specific implementation of this method
133 134 135 |
# File 'lib/dm-core/adapters/abstract_adapter.rb', line 133 def update(attributes, collection) raise NotImplementedError, "#{self.class}#update not implemented" end |