Search works so-so. Done for now. Close #45, close #56

This commit is contained in:
magnolia-fan
2011-06-18 05:09:07 +04:00
parent 24ca64a945
commit c9ea9c6a27
10 changed files with 167 additions and 79 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require 'open-uri'
namespace :db do
desc 'Imports test data from MusicBrainz database'
task :import => :environment do
ati = ['Jet']
ati = ['The White Stripes']
ati.each do |name|
ImportController.importArtist(name)
end