Module: DataMapper::Resource
- Defined in:
- lib/dm-adjust/resource.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) adjust(attributes = {}, reload = false)
3 4 5 |
# File 'lib/dm-adjust/resource.rb', line 3 def adjust(attributes = {}, reload = false) collection_for_self.adjust(*args) end |
- (Object) adjust!(*args)
7 8 9 |
# File 'lib/dm-adjust/resource.rb', line 7 def adjust!(*args) collection_for_self.adjust!(*args) end |