Skip to content

Commit

Permalink
Edited episode-219/messenger/app/controllers/messages_controller.rb v…
Browse files Browse the repository at this point in the history
…ia GitHub
  • Loading branch information
StuFF mc committed Jul 8, 2011
1 parent 66b49e6 commit 53de0af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def create
@message = Message.new(params[:message])
if @message.valid?
# TODO send message here
flash[:notice] = "Message sent! Thank you for conacting us."
flash[:notice] = "Message sent! Thank you for contacting us."
redirect_to root_url
else
render :action => 'new'
Expand Down

0 comments on commit 53de0af

Please sign in to comment.