Class: Arpa::Services::Roles::RoleManagerUpdater
- Inherits:
-
Object
- Object
- Arpa::Services::Roles::RoleManagerUpdater
show all
- Includes:
- Base
- Defined in:
- lib/arpa/services/roles/role_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/roles/role_manager_updater.rb', line 7
def update(params, callback)
manager_action callback do
role_updater.update(params[:role])
end
end
|