Sha256: 45d12dd072475ed1c34c19160ac9490f414dce26ca6a32feb8c5bcd91170ebe9
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
<% options ||= {} %> <%= content_tag :div, field.html_options do %> <% if field.visible?(form.object) -%> <% if field.association? -%> <%= form.association field.name.to_sym, field.input_options.merge(options) %> <% else -%> <%= form.input field.name, field.input_options.merge(options) %> <% end -%> <% end -%> <% end -%>
Version data entries
7 entries across 7 versions & 1 rubygems