Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
salicio committed Oct 7, 2008
1 parent 93bf583 commit d8e6dbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/migrate/001_create_tog_social_tables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ def self.up
User.find(:all).each{|u|
profile = Profile.new
profile.user = u
if Tog::Config["plugins.tog_social.profile.image.default"]
default_profile_icon = File.join(RAILS_ROOT, 'public', 'tog_social', 'images', Tog::Config["plugins.tog_social.profile.image.default"])
profile.icon = File.new(default_profile_icon)
end
profile.save!
}

Expand Down

0 comments on commit d8e6dbf

Please sign in to comment.