diff options
Diffstat (limited to 'actionpack/lib')
| -rw-r--r-- | actionpack/lib/action_controller/metal/responder.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb index 1e8990495c..83407846dc 100644 --- a/actionpack/lib/action_controller/metal/responder.rb +++ b/actionpack/lib/action_controller/metal/responder.rb @@ -63,7 +63,7 @@ module ActionController #:nodoc:    #    #   def create    #     @project = Project.find(params[:project_id]) -  #     @task = @project.comments.build(params[:task]) +  #     @task = @project.tasks.build(params[:task])    #     flash[:notice] = 'Task was successfully created.' if @task.save    #     respond_with(@project, @task)    #   end | 
