public
Fork of insoshi/insoshi
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/rockastop/insoshi.git
Topic activities test now passes
rockastop (author)
Thu May 01 07:27:10 -0700 2008
commit  9a382752686b1bf3b8d60acf208f621675e72650
tree    36b29de5b59320ccc6f9de66d68964ae39388515
parent  8e4337caadc4249eab7ee3fe354a2742493c988e
...
22
23
24
25
 
26
27
28
...
22
23
24
 
25
26
27
28
0
@@ -22,7 +22,7 @@ class Topic < ActiveRecord::Base
0
   belongs_to :person
0
   has_many :posts, :order => :created_at, :dependent => :destroy,
0
                    :class_name => "ForumPost"
0
-
0
+ has_many :activities, :foreign_key => "item_id", :dependent => :destroy
0
   validates_presence_of :name, :forum, :person
0
   validates_length_of :name, :maximum => MAX_NAME
0
   

Comments

    No one has commented yet.