module Subledger::Domain::Roles::Updatable::UpdatableClass

Public Instance Methods

update(args) click to toggle source
# File lib/subledger/domain/roles/updatable.rb, line 10
def update args
  client = args[:client]

  updatable = client.send collection_name, args

  args[:store].update updatable
end