class ROM::Files::Commands::Update

Public Instance Methods

execute(attributes) click to toggle source
# File lib/rom/files/commands/update.rb, line 11
def execute(attributes)
  relation.each { |tuple| source.update(tuple, attributes) }
end