diff options
Diffstat (limited to 'config/initializers/10-patches.rb')
-rw-r--r-- | config/initializers/10-patches.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb index ff74c308c..63532b491 100644 --- a/config/initializers/10-patches.rb +++ b/config/initializers/10-patches.rb @@ -193,16 +193,3 @@ if Rails::VERSION::MAJOR < 4 && RUBY_VERSION >= "2.1" end end end - -module CollectiveIdea - module Acts - module NestedSet - module Model - def leaf_with_new_record? - new_record? || leaf_without_new_record? - end - alias_method_chain :leaf?, :new_record - end - end - end -end |