fixed tag subscription tests

This commit is contained in:
albert
2011-07-20 17:23:38 -04:00
parent c453e7db0f
commit 6791d4d113
13 changed files with 99 additions and 44 deletions

View File

@@ -31,7 +31,11 @@ class CurrentUser
end
def self.id
user.id
if user.nil?
nil
else
user.id
end
end
def self.name