fixes #2226
This commit is contained in:
@@ -33,7 +33,7 @@ class Comment < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def post_tags_match(query)
|
||||
PostQueryBuilder.new(query).build(self.joins(:post))
|
||||
PostQueryBuilder.new(query).build(self.joins(:post)).reorder("")
|
||||
end
|
||||
|
||||
def for_creator(user_id)
|
||||
|
||||
Reference in New Issue
Block a user