Closed
Description
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
end
Used here:
https://github.com/ClosureTree/closure_tree/blob/master/lib/closure_tree/support.rb#L35
Metadata
Metadata
Assignees
Labels
No labels