Sha256: bb14994f2350cb0e6ee7a0ebd1e543314409a6ebe473bc817ebd77a2d8e81680
Contents?: true
Size: 268 Bytes
Versions: 6
Compression:
Stored size: 268 Bytes
Contents
= form.fields_for field.translations_field do |localized_field| - I18n.available_locales.each do |locale| = localized_field.label locale = localized_field.send field_type, locale, html_attributes.reverse_merge({ :value => field.value.try(:[], locale.to_s) })
Version data entries
6 entries across 6 versions & 2 rubygems