Bug fixes
- #1108: Fix an incorrect autocorrect for
Rails/TimeZone
when usingString#to_time
. (@koic) - #1109: Fix error for
Rails/RedundantActiveRecordAllMethod
whenall
is an argument for AR methods. (@masato-bkn) - #1110: Fix false positive for
Rails/RedundantActiveRecordAllMethod
whenall
has any parameters. (@masato-bkn)