You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alternative is to implement both `find_all` and `find_all_anywhere`. The
latter is only present since Rails 4.2.5.1, and the former has different arity
in different Rails versions. So either we have a version check, or we just check
the types of whatever is returned from the methods called in ResolverDecorator.
0 commit comments