Make Rails generate single quote strings rather than double quote strings to satisfy RuboCop -


how can make rails generate single quoted strings rather double quoted strings when generates code, such migrations?

i'm not fussed kind of strings used in migrations, causes complications rubocop. way can envisage rubocop ignoring if explicitly tell ignore offending files, or not enforce style/stringliterals cop @ all.


Comments