Sha256: ec94048091ade2394fc1dd2d3dfd287328464880593968d65094316bcb3cec68
Contents?: true
Size: 263 Bytes
Versions: 7
Compression:
Stored size: 263 Bytes
Contents
-# frozen_string_literal: true = simple_form_for(@supply, url: (@supply.new_record? ? supplys_path : supply_path(@supply.id))) do |f| = f.input :name = f.input :description = f.input :source .actions= f.button :submit, class: 'button-large button-action'
Version data entries
7 entries across 7 versions & 1 rubygems