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

Version Path
has_accounts_engine-1.1.2 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.1.1 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.1.0 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.0.4 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.0.3 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.0.2 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.0.1 app/views/bank_accounts/_form.html.haml
has_accounts_engine-1.0.0 app/views/bank_accounts/_form.html.haml
has_accounts-0.20.1 app/views/bank_accounts/_form.html.haml
has_accounts-0.20.0 app/views/bank_accounts/_form.html.haml
has_accounts-0.19.1 app/views/bank_accounts/_form.html.haml
has_accounts-0.19.0 app/views/bank_accounts/_form.html.haml