Use double quotes in lib/
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class MergedCommentTree < CommentTree
|
||||
attr_accessor :commentables, :array_order
|
||||
|
||||
def initialize(commentables, page, order = 'confidence_score')
|
||||
def initialize(commentables, page, order = "confidence_score")
|
||||
@commentables = commentables
|
||||
@commentable = commentables.first
|
||||
@page = page
|
||||
@@ -25,4 +25,4 @@ class MergedCommentTree < CommentTree
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user