I am saving the data in a custom database table.
addToSerializer is for moving data from server to client, isnt it?
My problem is moving data from client to server so that I can save it. So I am using serializeOnCreate
. But the problem is that the data is not flowing to the opts
hash. So, currently, the answer is no, the custom data isn’t making it into the opts
hash as expected. Its not getting into rails.
I did look into this educational plugin but not able to make it work for 6 custom fields.