たとえば、ユーザーが@John_Smith hi, what's up!?
I'd like to call John_Smith's object と入力し、通知を彼に配信して彼に気づかせます。
どうすればそれをアーカイブできますか?
username = @comment ??????(I have no idea how to code it here)
@user = User.find_by_username(username)
current_user.send_message(@user, body, subject)
判断の仕方は@username(one space)