[Rails] Re: Suggestions For Deprecation Of `serialized_attributes`

2015-07-23 Thread Carson Reinke
Ha! Ok, yes I see that now. Thank you! On Thursday, July 23, 2015 at 10:05:30 AM UTC-4, Frederick Cheung wrote: > > > > On Thursday, July 23, 2015 at 3:03:19 PM UTC+1, Carson Reinke wrote: >> >> I read through the pull request ( >> https://github.com/rails/rails/pul

[Rails] Suggestions For Deprecation Of `serialized_attributes`

2015-07-23 Thread Carson Reinke
I read through the pull request (https://github.com/rails/rails/pull/15704) of the deprecation of `serialized_attributes`. I was wondering what I should do in the future. The PR mentions using polymorphism, however, what should I use when the serialization does not represent a database entity.