Skip to content

Commit

Permalink
fix "add under this tag" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Jun 25, 2009
1 parent 0c71e16 commit e562ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/tags_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def index
end

def new
@tag = Tag.new
@tag = Tag.new(:parent_id => params[:parent_id])
render :template => 'tags/edit' and return
end

Expand Down

0 comments on commit e562ee9

Please sign in to comment.