Allow Rails/ReflectionClassName to use symbol argument by unasuke · Pull Request #6791 · rubocop/rubocop

belongs_to :account, class_name: :Account Rails/ReflectionClassName ( introduced from #6704 ) offences that code, but symbol is also uses as string so I think this code has no offences by the cop. ...