fixed comment quoting
This commit is contained in:
@@ -48,6 +48,10 @@ class Comment < ActiveRecord::Base
|
||||
decrement!(:score)
|
||||
end
|
||||
end
|
||||
|
||||
def creator_name
|
||||
creator.name
|
||||
end
|
||||
end
|
||||
|
||||
Comment.connection.extend(PostgresExtensions)
|
||||
|
||||
Reference in New Issue
Block a user