Closed tfmcloughlin closed 2 years ago
Returning a normal string here would result in raw html displaying on the final page, instead of the actual form. This fix ensure a ActiveSupport::SafeBuffer
@tfmcloughlin thanks! I added a test case here https://github.com/heartcombo/simple_form/commit/21148b319bc9740af7580ecc44826df7bf5c5fcc
Returning a normal string here would result in raw html displaying on the final page, instead of the actual form. This fix ensure a ActiveSupport::SafeBuffer