fixed comment quoting

This commit is contained in:
albert
2011-09-13 18:41:50 -04:00
parent e8d16b2b33
commit 13995cfd39
4 changed files with 38 additions and 2 deletions

View File

@@ -48,6 +48,10 @@ class Comment < ActiveRecord::Base
decrement!(:score)
end
end
def creator_name
creator.name
end
end
Comment.connection.extend(PostgresExtensions)