Messaging with Rails and Mailboxer

Hi There,

I’ve spent a couple hours knocking myself in the head. I’ve followed the tutorial as exact as I could, adding in conversations and messages. I’m right before the Add Gravatar section…

When I try to go http://localhost:3000/conversations/new, I get an error

undefined local variable or method `get_mailbox' for #<ConversationsController:0x007fb64e862548>

Is there something that’s been updated or missing from the tutorial?

Thanks!