Discogs config and task

This commit is contained in:
magnolia-fan
2011-09-21 10:40:04 +04:00
parent 5145320509
commit 5798955b01
3 changed files with 38 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
require "discogs"
namespace :discogs do
namespace :import do
desc 'Import discogs artist xml'
task :artists => :environment do
Discogs.artists
end
end
end