Method: Authorization::DevelopmentSupport::ChangeSupporter::AssignPrivilegeToRoleAction#apply

Defined in:
lib/declarative_authorization/development_support/change_supporter.rb

#apply(candidate) ⇒ Object



333
334
335
# File 'lib/declarative_authorization/development_support/change_supporter.rb', line 333

def apply (candidate)
  AnalyzerEngine.apply_change(candidate.engine, to_a)
end