Sha256: a1d9c59e6c0e73e9f52a6312e6158613e0dff496b4ee9c3844aac15322a385e8
Contents?: true
Size: 300 Bytes
Versions: 4
Compression:
Stored size: 300 Bytes
Contents
<% ph = 'N' ac = {'data-autocompleta' => 'no' } #debugger if (!f.object.nombre || f.object.nombre == 'N' || f.object.nombre == '') ph = t('Buscar') ac = { } end %> <%= f.input :nombre, placeholder: ph, value_method: lambda {|t| '' if t.nombre == 'N'}, :input_html => ac %>
Version data entries
4 entries across 4 versions & 1 rubygems