projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced42cf
)
Remove a rescue, which is stopping a more detailed error message being returned to...
author
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Wed, 13 May 2009 23:42:18 +0000
(23:42 +0000)
committer
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Wed, 13 May 2009 23:42:18 +0000
(23:42 +0000)
app/models/relation.rb
patch
|
blob
|
history
diff --git
a/app/models/relation.rb
b/app/models/relation.rb
index 24b139f0ddd33dbe34ebe85634fabf0904bc48b5..95181ef053b657d93893e20e94d2c4026b842512 100644
(file)
--- a/
app/models/relation.rb
+++ b/
app/models/relation.rb
@@
-315,8
+315,6
@@
class Relation < ActiveRecord::Base
end
return true
- rescue
- return false
end
# Temporary method to match interface to nodes