I am getting this error when trying to send a message on my rails app. Please help me get it right. The conversations.html.erb file does not have any line 36 and 38. Here is the error:
syntax error, unexpected keyword_end, expecting ')' end ^): app/views/private/conversations/_conversation.html.erb:36: syntax error, unexpected keyword_ensure, expecting ')' app/views/private/conversations/_conversation.html.erb:38: syntax error, unexpected keyword_end, expecting ')' app/views/private/conversations/_open.js.erb:10:in
_app_views_private_conversations__open_js_erb___4089549709349058989_70036360651440' app/views/assignments/show/contact_user/message_form/_success.js.erb:8:in_app_views_assignments_show_contact_user_message_form__success_js_erb__1046129379162570439_70036360658520' app/controllers/private/conversations_controller.rb:18:inblock (2 levels) in create' app/controllers/private/conversations_controller.rb:16:increate'
I have attached the controller and the _conversation.html.erb file.Any help …