diff options
Diffstat (limited to 'app/controllers/comments_controller.rb')
| -rw-r--r-- | app/controllers/comments_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb index 6ea6f0b1..755e53fd 100644 --- a/app/controllers/comments_controller.rb +++ b/app/controllers/comments_controller.rb @@ -10,8 +10,4 @@ class CommentsController < ApplicationController flash[:notice] = params[:comment][:body] redirect_to :controller => 'creations', :action => 'show', :id => params[:creation_id] end - - def command_for(command) - command.new(current_user) - end end |
