Scott Ribe wrote in post #1176738: > On Jul 21, 2015, at 6:17 PM, Travis Eubanks <[email protected]> > wrote: >> > While I know nothing about that gem you're using, I suspect that it does > not take a key and then use it to access params. So you're in effect > trying to sign up with an address that is literally the string > 'address'. Where the email address you obviously want to send to > MailChimp is in params[:email][:address]. >
This was it! I was sending in literally the string 'address' when i needed to send in the params[:email][:address] Thank for the help Scott! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dcdc61059e0018b5a60daa8a9a211dbf%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

