projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more way bits
[rails.git]
/
app
/
controllers
/
node_controller.rb
diff --git
a/app/controllers/node_controller.rb
b/app/controllers/node_controller.rb
index ae0d00c75c5dc6901bb2bf57bce54779f07cc96b..428d4b9c2005541846a781346856a9b42bf987e3 100644
(file)
--- a/
app/controllers/node_controller.rb
+++ b/
app/controllers/node_controller.rb
@@
-28,7
+28,7
@@
class NodeController < ApplicationController
def rest
unless Node.exists?(params[:id])
- render :nothing => true, :status => 40
0
+ render :nothing => true, :status => 40
4
return
end