You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defparentActiveSupport::Deprecation.warn(<<-MSG.squish) `Module#parent` has been renamed to `module_parent`. `parent` is deprecated and will be removed in Rails 6.1. MSGmodule_parentend
Module#parent
is deprecated and has been renamed toModule#module_parent
in Rails 6.https://github.com/rails/rails/blob/v6.0.0.rc1/activesupport/lib/active_support/core_ext/module/introspection.rb#L46
Used here:
https://github.com/ClosureTree/closure_tree/blob/master/lib/closure_tree/support.rb#L35
The text was updated successfully, but these errors were encountered: