# File lib/audited/audit.rb, line 18 def load(obj) if Audited.audit_class.columns_hash["audited_changes"].type.to_s == "text" ActiveRecord::Coders::YAMLColumn.new(Object).load(obj) else obj end end