Skip to content

Commit

Permalink
Redirect back to the form for creating mail
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Apr 10, 2013
1 parent 50535e5 commit 55429e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/test_emails_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def create
mail.deliver

flash[:notice] = "Test email sent"
redirect_to :root
redirect_to new_test_email_path
end
end

0 comments on commit 55429e7

Please sign in to comment.