Skip to content

Commit

Permalink
Implemented functionality for creating new features from parked items.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 29, 2010
1 parent 432d7d7 commit 7d5786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/features_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def new
@project = Project.find(params[:project_id])
@feature = @project.features.new
else
@feature = Feature.new
@feature = Feature.new(:title => params[:title])
end
@projects = Project.all
end
Expand Down

0 comments on commit 7d5786b

Please sign in to comment.