fix comment of awesome_nested_set new node lft and rgt value behavior change

git-svn-id: http://svn.redmine.org/redmine/trunk@12694 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-24 16:40:06 +00:00
parent 17a5f26e50
commit e917aa7ed8
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class ActiveSupport::TestCase
# awesome_nested_set new node lft and rgt value changed this refactor revision.
# https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb938e40200cd90714dc69247ef017c61
# The reason of behavior change is "self.class.base_class.unscoped" added this line.
# The reason of behavior change is that "self.class.base_class.unscoped" was added to this line.
# https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb9#diff-f61b59a5e6319024e211b0ffdd0e4ef1R273
# It seems correct behavior because of this line comment.
# https://github.com/collectiveidea/awesome_nested_set/blame/199fca9bb9/lib/awesome_nested_set/model.rb#L278