On `psych` 4.0, the following error is raised: `Psych::DisallowedClass: Tried to load unspecified class: Time` After accessing a serialized schedule on an AR model, such as: `serialize :schedule, IceCube::Schedule` Works fine with Psych 3.3.2
On
psych4.0, the following error is raised:Psych::DisallowedClass: Tried to load unspecified class: TimeAfter accessing a serialized schedule on an AR model, such as:
serialize :schedule, IceCube::ScheduleWorks fine with Psych 3.3.2