With the following code:
= f.static_control do
= link_to '#', class: 'js-toggle-colors-link' do
Customize colors
We got this error:
undefined method `humanize' for nil:NilClass
A label option must be set to get it work.
Could be nice to have static control without label, isn't it?
Thanks.