Do not fall through to YAML

git-svn-id: file:///home/svn/framework3/trunk@9823 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-07-14 17:05:47 +00:00
parent cef24f7098
commit ff204324e0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class ActiveRecord::Base
string
end
rescue ::Exception => e
YAML.load(string) rescue string
string
end
end
end