Undefined method `stringify_keys' in Messages Controller
问题 I am getting the following error when I try to submit a form (the form shows up when 1 user wants to message another user) NoMethodError in MessagesController#create undefined method `stringify_keys' for "":String Rails.root: /Users/fkhalid2008/loand Application Trace | Framework Trace | Full Trace app/controllers/messages_controller.rb:31:in `new' app/controllers/messages_controller.rb:31:in `create' Here is the relevant code from Messages Controller: def new @message = Message.new if params