Closed ckazu closed 13 years ago
I wrote filters, such as
profile.exits(:filters => {:page_path.eql => '/path/to/page'})
and i received under warning:
"The use of SymbolOperator(eql, etc.) has been deprecated. Please use named filters."
What is 'named filters'? How should I write instead of SymbolOperater?
Check out the 'filters' branch, sorry for the premature warnings. Let me know how it works for you.
OK. I understood. THNX
I wrote filters, such as
and i received under warning:
What is 'named filters'? How should I write instead of SymbolOperater?