Skip to content
Extraits de code Groupes Projets
Valider 13630218 rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Update some oddly-worded comments

parent c5fbe158
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -26,9 +26,9 @@ class Person < ActiveRecord::Base
diaspora_handle.downcase! unless diaspora_handle.blank?
end
has_many :contacts, :dependent => :destroy #Other people's contacts for this person
has_many :posts, :foreign_key => :author_id, :dependent => :destroy #his own posts
has_many :comments, :foreign_key => :author_id, :dependent => :destroy #his own comments
has_many :contacts, :dependent => :destroy # Other people's contacts for this person
has_many :posts, :foreign_key => :author_id, :dependent => :destroy # This person's own posts
has_many :comments, :foreign_key => :author_id, :dependent => :destroy # This person's own comments
belongs_to :owner, :class_name => 'User'
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter