Sha256: 34be3c36b7110a876d6e9b79df6aad2ced748855ee80dac595798e0f0483c561

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

<%= f.input :inflectionals_attributes,
  :as => :text,
  :label => t("txt.views.labels.inflectionals"),
  :value => label.send(klass.name.to_relation_name).map(&:value).join("\n"),
  :input_html => {
    :rows => 10,
    :cols => 40
  } %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.1.0 app/views/partials/inflectional/_edit_base.html.erb
iqvoc_inflectionals-2.0.3 app/views/partials/inflectional/_edit_base.html.erb
iqvoc_inflectionals-2.0.2 app/views/partials/inflectional/_edit_base.html.erb
iqvoc_inflectionals-2.0.1 app/views/partials/inflectional/_edit_base.html.erb
iqvoc_inflectionals-2.0.0 app/views/partials/inflectional/_edit_base.html.erb