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
Make Rails/WhereExists configurable so that where(...).exists? can be prefered over exists?(...) if desired.
Many codebases prefer the style that is now disallowed by the existing cop. By making it configurable, either style can be chosen while still maintaining consistency in the codebase.
Make
Rails/WhereExists
configurable so thatwhere(...).exists?
can be prefered overexists?(...)
if desired.Many codebases prefer the style that is now disallowed by the existing cop. By making it configurable, either style can be chosen while still maintaining consistency in the codebase.
Re #286.
The text was updated successfully, but these errors were encountered: