diff --git a/.rubocop.yml b/.rubocop.yml index 2e664e7c2b..7b1703f343 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -53,6 +53,10 @@ Lint/UselessAssignment: Rails/DynamicFindBy: Enabled: false +# Same as above, #find_by is not available until Rails 4 +Rails/FindBy: + Enabled: false + # This should be the programmer's discretion, perhaps we should review all of # the uses of it an make specific exceptions though. Rails/SkipsModelValidations: