Remove a rescue, which is stopping a more detailed error message being returned to the user.

This commit is contained in:
Shaun McDonald 2009-05-13 23:42:18 +00:00
parent ced42cf101
commit 7331f82bce

View file

@ -315,8 +315,6 @@ class Relation < ActiveRecord::Base
end
return true
rescue
return false
end
# Temporary method to match interface to nodes