public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Minor polish to description activity logging
Michael Hartl (author)
Wed May 07 11:43:51 -0700 2008
commit  c50345cc82fbce88f710b5bc8c54111e30e480eb
tree    c0cc4a5348c0b9c98d7c7d038ac3aa083751b9a2
parent  56c8c3d469f0093a8673e17c522dc8edeca283dc
...
346
347
348
349
 
350
351
352
...
346
347
348
 
349
350
351
352
0
@@ -346,7 +346,7 @@ class Person < ActiveRecord::Base
0
     end
0
     
0
     def log_activity_description_changed
0
- if @old_description != self.description
0
+ unless @old_description == description
0
         add_activities(:item => self, :person => self)
0
       end
0
     end

Comments

    No one has commented yet.