Fix problems in rake file

This commit is contained in:
Rohan Mitchell
2016-03-02 11:38:42 +11:00
parent 81ec3fef60
commit 4a7a40425a

View File

@@ -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