Messaging with Rails and Mailboxer

Thanks for the quick response!

I ran // rails g migration add_fields_to_mailboxer_notification location:string // added params[:message][:location] to the message_controller.rb // then added the fields in the new conversation message form fields. I don’t get an error - Then in the conversation show it dose not show the added fields - nothing shows or happens

Gitrepo: https://github.com/Alloffices/MailboxApp

In the rails c how do ie: conversations.last or messages.find(1)