X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/22946d703a1186d0ec7fb18a663f73855bb49546..9389a7698a5c44a5ec7796fdb24bd6eee3dbd0d6:/app/controllers/messages_controller.rb diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb index fd8cf7cf9..22d0c88ba 100644 --- a/app/controllers/messages_controller.rb +++ b/app/controllers/messages_controller.rb @@ -28,10 +28,7 @@ class MessagesController < ApplicationController render :action => "no_such_message", :status => :not_found end - # Allow the user to write a new message to another user. This action also - # deals with the sending of that message to the other user when the user - # clicks send. - # The display_name param is the display name of the user that the message is being sent to. + # Allow the user to write a new message to another user. def new @message = Message.new(message_params.merge(:recipient => @user)) @title = t ".title"