Sha256: d2922d1e2ee4c555e3f1711c5ef76de6ecbb4250a940803813abbbbcd5941350
Contents?: true
Size: 351 Bytes
Versions: 28
Compression:
Stored size: 351 Bytes
Contents
h1 Edit multiple employees = form_for @collection, url: [:collection_update, @collection] do |f| = render 'form_errors', target: @collection .form-inputs= f.optional_text_field :section .form-inputs= f.optional_boolean :admin .form-inputs= f.optional_boolean :vegan .form-actions= f.submit .page-actions = link_to 'Back', employees_path
Version data entries
28 entries across 28 versions & 1 rubygems