Make it easier to find by slug or id for sluggable models. Will return nil if resource is not found.
Why: * We need a way to generate a slug for a object given his name attribute value How: * A concern that generates the slug before validation