<% 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 %>