re-enable filters
This commit is contained in:
parent
9dcfa33d16
commit
e621f6ef29
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ class DataTable
|
||||||
end
|
end
|
||||||
|
|
||||||
def query
|
def query
|
||||||
#pred = predicates
|
pred = predicates
|
||||||
q = @transactions.query
|
q = @transactions.query
|
||||||
#q = q.where(pred) if pred
|
q = q.where(pred) if pred
|
||||||
q
|
q
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue