move awesome_nested_set leaf? modification to config/initializers/10-patches.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@12682 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-01-20 17:54:47 +00:00
parent 89c43d24c8
commit 94e3eb2b8b
3 changed files with 19 additions and 1 deletions

View File

@@ -310,7 +310,7 @@ module CollectiveIdea #:nodoc:
# Returns true if this is the end of a branch.
def leaf?
new_record? || (persisted? && right.to_i - left.to_i == 1)
persisted? && right.to_i - left.to_i == 1
end
# Returns true is this is a child node