ManageIQ / more_core_extensions

MoreCoreExtensions are a set of core extensions beyond those provided by ActiveSupport.
MIT License
5 stars 23 forks source link

Move descendant_get from Object to Class #75

Closed Fryguy closed 4 years ago

Fryguy commented 4 years ago

This is technically a breaking change, but it really wasn't possible to call this on Objects previously. Most callers called this on Class.

Fixes #62

@bdunne Please review. Since we are considering a major version release, I figured we should get this in now.

Fryguy commented 4 years ago

Marked as WIP as I'd like to wait on merge until we cut a 3.8 before the major version bump

Fryguy commented 4 years ago

unWIP now that 3.8.0 is released.