Is it possible to save text from div fields to activerecord?

How about a textarea?

If you really need to you could update a hidden form field with the div data and them submit it but I sure wouldn’t want to go down that road