Implement `Store.findByUrl: String -> Resource` with: ``` Resource = ActionResource Action | ProjectResource Project | ... ```