Skip to content

Instantly share code, notes, and snippets.

@Marthyn
Created December 4, 2014 16:57
Show Gist options
  • Save Marthyn/b2fe70253c392e368d8a to your computer and use it in GitHub Desktop.
Save Marthyn/b2fe70253c392e368d8a to your computer and use it in GitHub Desktop.
Account.all.each do |account|
Apartment::Tenant.switch(account.subdomain)
HeaderImage.destroy_all
User.all.each do |user|
user.update_attributes(avatar:nil)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment