fixed the ticket 432

This commit is contained in:
Nick Black 2007-05-07 17:20:33 +00:00
parent 5316d90662
commit 56e4364aa9

View file

@ -115,7 +115,8 @@ class TraceController < ApplicationController
redirect_to :action => 'mine'
else
# fixme throw an error here
# render :action => 'mine'
redirect_to :action => 'mine'
flash[:notice] = "You haven't entered a tag or a description for yoru traces."
end
end