comment filters until input is fixed

This commit is contained in:
Ilion Beyst 2015-09-10 21:42:20 +02:00
parent 331f00191e
commit 86f8f30ab2

View file

@ -16,9 +16,9 @@ class DataTable
end
def query
pred = predicates
#pred = predicates
q = @transactions.query
q = q.where(pred) if pred
#q = q.where(pred) if pred
q
end