Module#parent is deprecated in Rails 6 and will be removed in Rails 6.1
aar0nr opened this issue · 0 comments
aar0nr commented
Module#parent is deprecated and has been renamed to Module#module_parent in Rails 6.
def parent
ActiveSupport::Deprecation.warn(<<-MSG.squish)
`Module#parent` has been renamed to `module_parent`.
`parent` is deprecated and will be removed in Rails 6.1.
MSG
module_parent
endUsed here:
https://github.com/ClosureTree/closure_tree/blob/master/lib/closure_tree/support.rb#L35