Methods

DataMapper::Resource

Public Instance Methods

adjust(attributes = {}, reload = false) click to toggle source
# File lib/dm-adjust/resource.rb, line 3
def adjust(attributes = {}, reload = false)
  collection_for_self.adjust(*args)
end
adjust!(*args) click to toggle source
# File lib/dm-adjust/resource.rb, line 7
def adjust!(*args)
  collection_for_self.adjust!(*args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.