Sha256: f6a4b79f30eb04b6bfa0a4c04029ad50ce26e4b57833cc3ff77e425367fa0648

Contents?: true

Size: 182 Bytes

Versions: 9

Compression:

Stored size: 182 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

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