class ActiveRecord::Base
def self.yaml_new(klass, tag, val)
def self.yaml_new(klass, tag, val) klass.unscoped.find(val['attributes'][klass.primary_key]) end
def to_yaml_properties
def to_yaml_properties ['@attributes'] end
def self.yaml_new(klass, tag, val) klass.unscoped.find(val['attributes'][klass.primary_key]) end
def to_yaml_properties ['@attributes'] end