Passing parameters to extracted filter (for DRY)
I have date (from - to) filter and I used all of my application, but I want to extract and follow DRY
If I try like below then I got this error
unresolveable
(Flare link https://flareapp.io/share/xPQZOxk7)
How can I pass dynamic data in my custom filter? If I use created_at
instead of variable then it's working fine2 Replies
Solution
Perfect solution, thanks