-
- has_many :comments, :class_name => "DiaryComment",
- :include => :user,
- :order => "diary_comments.id"
- has_many :visible_comments, :class_name => "DiaryComment",
- :include => :user,
- :conditions => {
- :users => { :status => ["active", "confirmed" ] },
- :visible => true
- },
- :order => "diary_comments.id"