Parent

ActiveRecord::Base

Public Class Methods

yaml_new(klass, tag, val) click to toggle source
# 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

Public Instance Methods

to_yaml_properties() click to toggle source
# File lib/delayed/serialization/active_record.rb, line 10
def to_yaml_properties
  ['@attributes']
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.