I'm trying to pass a string from a variable in my Rails app to the database. It's the user's email address. I cannot for the life of me figure out why I'm getting an "undefined method `merge'" error.
Here's the offending code:
<%= f.email_field :commenter, current_user.email %>
Any help will surely help. Cheers!