Skip to content

Commit

Permalink
Update populateimages3.rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Nov 13, 2013
1 parent 8b04e23 commit 23f56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/populateimages3.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'open-uri'
namespace :db do
desc "Fill database with sample data"
task populateimage: :environment do
task populateimages3: :environment do

User.all.each do |user|
puts "[DEBUG] uploading images for user #{user.id} of #{User.last.id}"
Expand Down

0 comments on commit 23f56e1

Please sign in to comment.