1
0

Added Ingredient visibility filter

Fixed index display (many? -> any? persisted)
This commit is contained in:
cryptogopher
2019-11-02 19:30:52 +01:00
parent 05c79782f5
commit 3294689cb4
8 changed files with 24 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<% if @quantities.many? %>
<% if @quantities.any? { |q| q.persisted? } %>
<table class="list">
<thead>
<tr>