Sha256: 6442e29ae4c9ca0c074b7f97dbe66358fb1f45a2cafc38d4805e25f7e81382ab

Contents?: true

Size: 227 Bytes

Versions: 9

Compression:

Stored size: 227 Bytes

Contents

.field
  = f.label :business_processes, class: 'label'
  .control
    = f.select 'business_process_ids', options_for_select(::Authz::BusinessProcess.all.pluck(:name, :id), f.object.business_process_ids), {}, { multiple: true }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authz-0.0.5 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.4 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.3 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.2 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.1 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.1.alpha5 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.1.alpha4 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.1.alpha3 app/views/authz/controller_actions/_association_fields.html.slim
authz-0.0.1.alpha2 app/views/authz/controller_actions/_association_fields.html.slim