Class: Arpa::Services::Profiles::ProfileManagerUpdater
- Inherits:
-
Object
- Object
- Arpa::Services::Profiles::ProfileManagerUpdater
show all
- Includes:
- Base
- Defined in:
- lib/arpa/services/profiles/profile_manager_updater.rb
Instance Method Summary
collapse
Methods included from Base
included, #manager_action
Instance Method Details
#update(params, callback) ⇒ Object
7
8
9
10
11
|
# File 'lib/arpa/services/profiles/profile_manager_updater.rb', line 7
def update(params, callback)
manager_action callback do
profile_updater.update(params[:profile])
end
end
|