Sha256: a43264c968b5020ee3fc3759beec74287e247896f3d67c7278f62b95ca639804
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 Bytes
Contents
= simple_form_for @bank_account do |f| = f.input :code = f.input :pc_id = f.input :esr_id = f.input :title = f.association :account_type, :label_method => :title = f.association :bank, :as => :combobox .form-actions = f.button :submit
Version data entries
12 entries across 12 versions & 2 rubygems