Added Ingredient visibility filter
Fixed index display (many? -> any? persisted)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% if @quantities.many? %>
|
||||
<% if @quantities.any? { |q| q.persisted? } %>
|
||||
<table class="list">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user