acts_as_tree icon indicating copy to clipboard operation
acts_as_tree copied to clipboard

Does not work with Rails 2.3.8

Open martinos opened this issue 15 years ago • 1 comments

In ActiveSupport 2.3.8, the parent method is defined in the Module class which conflicts with the acts_as_tree parent method.

http://github.com/rails/rails/blob/v2.3.8/activesupport/lib/active_support/core_ext/module/introspection.rb

martinos avatar Jul 16 '10 04:07 martinos

Same here, any alternative?

benoror avatar Jan 22 '11 09:01 benoror