Skip to content

Commit

Permalink
Fix code comment to reflect its intent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Selem Delul committed Jul 11, 2012
1 parent b1dbebc commit 783fc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/responder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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, :status => 201)
# end
Expand Down

0 comments on commit 783fc29

Please sign in to comment.