From 13506f04b111ee3f42a9246acf29b0e736f3d49a Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 5 Jul 2007 23:05:42 +0000 Subject: [PATCH] ActionItem8: minor docu fix --- app/models/profile.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index f34b2e5..d74765c 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -10,7 +10,8 @@ class Profile < ActiveRecord::Base validates_format_of :identifier, :with => /^[a-z][a-z0-9_]+[a-z0-9]$/ # creates a new Profile. By default, it is attached to the default - # VirtualCommunity (see VirtualCommunity#default) + # VirtualCommunity (see VirtualCommunity#default), unless you tell it + # otherwise def initialize(*args) super(*args) self.virtual_community ||= VirtualCommunity.default -- libgit2 0.21.2