RailsCasts Pro episodes are now free!

Learn more or hide this

Jordon Bedwell's Profile

GitHub User: envygeeks

Site: http://envygeeks.com/

Comments by Jordon Bedwell

Avatar

For me I had to use the serializer even on a simple model reguardless of it accepting nested attributes. I had a simple table with two fields type and data, where data was hstore and the model had absolutely nothing but validates_presence_of and it would not work until I implemented the serializer, without it, it kept sending it the Raw hash.