Dummy html, moved demo page, import fix

This commit is contained in:
magnolia-fan
2011-06-15 06:24:01 +04:00
parent 48b885e7b2
commit 5140ebfe92
11 changed files with 101 additions and 306 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require 'open-uri'
namespace :db do
desc 'Imports data from MusicBrainz database'
task :import => :environment do
ati = ['Foo Fighters']
ati = ['Jet']
ati.each do |name|
ImportController.importArtist(name)
end