glacials / friendly_uuid

Short, stateless URL slugs for UUID-based Rails models
Other
48 stars 3 forks source link

Ensure unknown `find`- and `find_by`-related behaviors are covered #6

Open ianbayne opened 4 years ago

ianbayne commented 4 years ago

To make sure we're capturing any other unknown behaviors we might want to directly copy how ActiveRecord [implements] find and find_by.

See the discussion here: https://github.com/glacials/friendly_uuid/pull/5#discussion_r519547886