##// END OF EJS Templates
fix comment of awesome_nested_set new node lft and rgt value behavior change...
Toshi MARUYAMA -
r12419:e917aa7ed812
parent child
Show More
@@ -202,7 +202,7 class ActiveSupport::TestCase
202 202
203 203 # awesome_nested_set new node lft and rgt value changed this refactor revision.
204 204 # https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb938e40200cd90714dc69247ef017c61
205 # The reason of behavior change is "self.class.base_class.unscoped" added this line.
205 # The reason of behavior change is that "self.class.base_class.unscoped" was added to this line.
206 206 # https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb9#diff-f61b59a5e6319024e211b0ffdd0e4ef1R273
207 207 # It seems correct behavior because of this line comment.
208 208 # https://github.com/collectiveidea/awesome_nested_set/blame/199fca9bb9/lib/awesome_nested_set/model.rb#L278
General Comments 0
You need to be logged in to leave comments. Login now