Sha256: 0e3d28566f8aa8a8dc60427c8f3303b02e7828f6f1e42457f880e4f5e758015c
Contents?: true
Size: 320 Bytes
Versions: 20
Compression:
Stored size: 320 Bytes
Contents
= f.text_field :name, label: t(:'specialty.name') = f.text_field :description, label: t(:'specialty.description') = f.check_box :major_only, label: t(:'specialty.major_only') = f.select :department_id, options_from_collection_for_select(@departments, :id, :name), prompt: true, label: t(:'department.singular')
Version data entries
20 entries across 20 versions & 2 rubygems