Module: Subledger::Domain::Roles::Updatable::UpdatableClass
- Defined in:
- lib/subledger/domain/roles/updatable.rb
Instance Method Summary collapse
Instance Method Details
#update(args) ⇒ Object
10 11 12 13 14 15 16 |
# 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 |