This commit is contained in:
albert
2013-02-19 11:56:23 -05:00
parent 585f2ea839
commit 34b0c14550
3 changed files with 10 additions and 1 deletions

View File

@@ -112,6 +112,10 @@ class AnonymousUser
[]
end
def email
""
end
def last_forum_read_at
Time.now
end