Object
# File lib/delayed/serialization/active_record.rb, line 4 def self.yaml_new(klass, tag, val) klass.find(val['attributes']['id']) rescue ActiveRecord::RecordNotFound raise Delayed::DeserializationError end
# File lib/delayed/serialization/active_record.rb, line 10 def to_yaml_properties ['@attributes'] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.