Sha256: 77b01258188d54936f7a898830cba310a41ce07c8e1b63e702f352a076c1eb17

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

<%=
  f.collection_select(
      :job_title_id,
      f.object.job_title_options,
      :id,
      :name,
      { warp: { all: nil, select: 'select is-fullwidth' }, label: false },
      { data: { title: 'job_title_id', index: f.index } }
  )
%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/views/org/admin/member_departments/_job_title_options.html.erb