Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor History::FinderMethods: use base implementation.
It also makes `first_by_friendly_id` better because base implementation in `FriendlyId::FinderMethods` uses `find_by` which is optimized in Rails 4.2 (so called "Adequate Record").
- Loading branch information