Skip to content

Commit

Permalink
Merge pull request #45 from bf4/fix-bad-constant
Browse files Browse the repository at this point in the history
Fix bad constant
  • Loading branch information
chrishunt committed Jun 2, 2013
2 parents b750df0 + 2b88863 commit 0c29477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/reprocess_tweet_images.rake
@@ -1,5 +1,5 @@
task :reprocess_tweet_images => :environment do
RUBYFRIENDS_APP.tweets.each do |tweet|
Tweet.find_each do |tweet|
tweet.image.recreate_versions!
end
end
end

0 comments on commit 0c29477

Please sign in to comment.