rake task reset kills all friend requests

This commit is contained in:
ilya 2010-07-06 14:57:21 -04:00
parent 3974b01b29
commit e7ac8bec32

View file

@ -24,6 +24,7 @@ namespace :db do
User.delete_all User.delete_all
Friend.delete_all Friend.delete_all
Profile.delete_all Profile.delete_all
FriendRequest.delete_all
end end
desc 'Purge and seed the current RAILS_ENV database using information from db/seeds.rb' desc 'Purge and seed the current RAILS_ENV database using information from db/seeds.rb'