Warehouse


<%= form_with url: sections_path, method: :get, local: true do |form|%> <%= form.label :"Show only sections with more than:" %> <%= form.number_field :count, onchange: "this.form.submit();", value: params[:count] %> <%= "product".pluralize(params.has_key?(:count) ? Integer(params[:count]) : 0) %>. <% end %>