summaryrefslogtreecommitdiff
path: root/app/controllers/comments_controller.rb
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-06-09 17:07:57 -0600
committermo k <mo@mokhan.ca>2012-06-09 17:07:57 -0600
commiteee4627da61e0adfc2edaa0e6d1f5ef6545254eb (patch)
tree78a1742294dfc590379187472a879744e55fc782 /app/controllers/comments_controller.rb
parent8c973ebf103469831e2be9102e148deb10091cba (diff)
fix typo
Diffstat (limited to 'app/controllers/comments_controller.rb')
-rw-r--r--app/controllers/comments_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb
index 4848c972..5317576b 100644
--- a/app/controllers/comments_controller.rb
+++ b/app/controllers/comments_controller.rb
@@ -13,7 +13,7 @@ class CommentsController < ApplicationController
redirect_to creation_path(creation)
else
flash[:error] = "Ooops... we couldn't save your comment at this time."
- render 'new'
+ #render 'creations/new'
end
end
end