From bb85c46be158cd63967e62c79d56d564af72d881 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 17 Aug 2010 17:28:17 -0700 Subject: [PATCH] syntax error --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index dbcb03526..495829fe8 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -26,7 +26,7 @@ class User def allowed_email? - email.include?('@pivotallabs.com') || email.include("@joindiaspora.com") + email.include?('@pivotallabs.com') || email.include?("@joindiaspora.com") end def pivotal_or_diaspora_only