Created by: benjamineskola
Dashboards include arrays of symbols in the form [:foo, :bar]
, which Rubocop (when using thoughtbot's configuration in particular) will recommend changing to %i[foo bar]
. This alters the generated code to meet the required style.