Remove a rescue, which is stopping a more detailed error message being returned to the user.
This commit is contained in:
parent
ced42cf101
commit
7331f82bce
1 changed files with 0 additions and 2 deletions
|
@ -315,8 +315,6 @@ class Relation < ActiveRecord::Base
|
|||
end
|
||||
|
||||
return true
|
||||
rescue
|
||||
return false
|
||||
end
|
||||
|
||||
# Temporary method to match interface to nodes
|
||||
|
|
Loading…
Add table
Reference in a new issue