Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yep, there was a problem with unique-ing by name
The class would change, and we would have no way of knowing if it was the correct version. Instead I added code that will group them by name, then find the most recent one by using `#object_id` The documentation says that no two objects would ever have the same `object_id` lets test that theory.
- Loading branch information