You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a controller leads to different results when rendering the template. While in the 1st case the form name actually is modifySettings, it is modify_settings_form in the 2nd case, so the block prefix is ignored and the name is generated using the class name.