before switch to ubuntu commit since apple has issues

This commit is contained in:
2015-08-13 12:54:02 +02:00
parent 6b764fcd39
commit 919474b54c
17 changed files with 81 additions and 41 deletions
@@ -26,7 +26,7 @@ module Suppliers
def active
@lists = List.active_for_supplier(current_supplier.id)
@lists = List.active_for_supplier(current_supplier)
@lists.include_relation(:table) # for number
respond_to do |format|