Skip to content

Commit 74ba01e

Browse files
committed
Support new Ruby version
1 parent 2d36a46 commit 74ba01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongoid_acts_as_tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def acts_as_tree(options = {})
3333
# write_inheritable_attribute :acts_as_tree_options, options
3434
class_attribute :acts_as_tree_options
3535
self.acts_as_tree_options = options
36-
class_inheritable_reader :acts_as_tree_options
36+
# class_inheritable_reader :acts_as_tree_options
3737

3838
extend Fields
3939
extend ClassMethods

0 commit comments

Comments
 (0)