comment filters until input is fixed
This commit is contained in:
parent
331f00191e
commit
86f8f30ab2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue