Skip to content

Commit

Permalink
fixed a very silly mishtake
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Buckley committed Apr 19, 2012
1 parent ad5cc79 commit 4808e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/listener_controller.rb
Expand Up @@ -7,7 +7,7 @@ def receive_email
@params = params

puts sent_to = params["to"].split('@')
puts message_id = sent_to[0].split('.')[0]
puts message_id = sent_to[0].split('.')[1]
email_message = EmailMessage.find_by_message_id(message_id)
puts person = email_message.person
puts project = email_message.project
Expand Down

0 comments on commit 4808e54

Please sign in to comment.