mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Style arguments forwarding
This commit is contained in:
@@ -392,9 +392,9 @@ module Reporting
|
||||
end
|
||||
end
|
||||
|
||||
def filter_scope(*args)
|
||||
def filter_scope(*)
|
||||
chain_to_scope do
|
||||
where(*args)
|
||||
where(*)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user