We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d36a46 commit 74ba01eCopy full SHA for 74ba01e
lib/mongoid_acts_as_tree.rb
@@ -33,7 +33,7 @@ def acts_as_tree(options = {})
33
# write_inheritable_attribute :acts_as_tree_options, options
34
class_attribute :acts_as_tree_options
35
self.acts_as_tree_options = options
36
- class_inheritable_reader :acts_as_tree_options
+ # class_inheritable_reader :acts_as_tree_options
37
38
extend Fields
39
extend ClassMethods
0 commit comments