diff options
Diffstat (limited to 'app/controllers/comments_controller.rb')
| -rw-r--r-- | app/controllers/comments_controller.rb | 2 |
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 |
