Method: ChefFixie::AuthzObjectMixin#ace_add
- Defined in:
- lib/chef_fixie/authz_objects.rb
#ace_add(action, entity) ⇒ Object
198 199 200 201 |
# File 'lib/chef_fixie/authz_objects.rb', line 198 def ace_add(action, entity) actions = (action) actions.each { |a| ace_add_raw(a, entity.type, entity) } end |