Fix last commit
Some checks failed
/ Run tests (push) Successful in 3m15s
/ Run system tests (push) Failing after 2m58s
/ Build, push and deploy image (push) Successful in 2m24s

This commit is contained in:
david 2024-09-11 20:50:03 +02:00
parent 174cf9f503
commit 4f98673205

View file

@ -1,11 +0,0 @@
module FilterScopeable
extend ActiveSupport::Concern
def filter_scope(name, block)
define_method(name) do |filter_value|
return self if filter_value.blank?
instance_exec(filter_value, &block)
end
end
en