Update name spaces for rake tasks to shorter 'ofn'.

This commit is contained in:
Jefferson Faseler
2019-01-30 14:25:04 -05:00
parent cf744bb663
commit d4d0489328
10 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
require 'open_food_network/products_cache_integrity_checker'
namespace :openfoodnetwork do
namespace :ofn do
namespace :cache do
desc 'check the integrity of the products cache'
task :check_products_integrity => :environment do