Closed rossta closed 8 years ago
In Rails, ActiveRecord.serialize supports custom data types when they implement load and dump. We should add these method to Recurrence
Also, possibly Schedule.load and Schedule.dump
Schedule.load
Schedule.dump
See: https://viget.com/extend/how-i-used-activerecord-serialize-with-a-custom-data-type
In Rails, ActiveRecord.serialize supports custom data types when they implement load and dump. We should add these method to Recurrence
Also, possibly
Schedule.load
andSchedule.dump
See: https://viget.com/extend/how-i-used-activerecord-serialize-with-a-custom-data-type