Skip to content

Commit

Permalink
Update entire music.yml seed data with durations (randomized)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 17, 2011
1 parent ee7e712 commit fc8c416
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 193 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ namespace :db do
desc 'Seed data' desc 'Seed data'
task :seed => :migrate do task :seed => :migrate do
require 'yaml' require 'yaml'
YAML.load_file("music2.yml").each do |attributes| YAML.load_file("music.yml").each do |attributes|
Catalogue.import(attributes) Catalogue.import(attributes)
end end
end end
Expand Down

0 comments on commit fc8c416

Please sign in to comment.