diff options
| author | mo k <mo@mokhan.ca> | 2012-06-09 17:07:57 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-06-09 17:07:57 -0600 |
| commit | eee4627da61e0adfc2edaa0e6d1f5ef6545254eb (patch) | |
| tree | 78a1742294dfc590379187472a879744e55fc782 /app/controllers/comments_controller.rb | |
| parent | 8c973ebf103469831e2be9102e148deb10091cba (diff) | |
fix typo
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 |
