aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/README')
-rwxr-xr-xactionpack/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/README b/actionpack/README
index d22ca0a701..33a6095133 100755
--- a/actionpack/README
+++ b/actionpack/README
@@ -325,7 +325,6 @@ methods:
def create
@post = Post.create(@params["post"])
- @post.save
redirect_to :action => "display", :id => @post.id
end
end