bisscomm/refinerycms-products

View on GitHub
lib/tasks/refinery/products.rake

Summary

Maintainability
Test Coverage
namespace :refinery do

  namespace :products do

    # call this task by running: rake refinery:products:my_task
    # desc "Description of my task below"
    # task :my_task => :environment do
    #   # add your logic here
    # end

  end

end