Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created July 26, 2009 00:49
Show Gist options
  • Select an option

  • Save brandon-beacher/155346 to your computer and use it in GitHub Desktop.

Select an option

Save brandon-beacher/155346 to your computer and use it in GitHub Desktop.
namespace :ksw do
namespace :import do
desc "Imports products from FOLDER"
task :products => :environment do
Importer.import_products ENV['FOLDER']
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment