mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Fix problems in rake file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require 'open_food_network/products_cache_integrity_checker'
|
||||
|
||||
namespace :openfoodnetwork do
|
||||
namespace :cache do
|
||||
desc 'check the integrity of the products cache'
|
||||
@@ -19,7 +21,7 @@ namespace :openfoodnetwork do
|
||||
private
|
||||
|
||||
def active_exchanges
|
||||
ProductsCacheIntegrityChecker.active_exchanges
|
||||
OpenFoodNetwork::ProductsCacheIntegrityChecker.active_exchanges
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user