rails won't send_data as file

后端 未结 3 1739
一整个雨季
一整个雨季 2020-12-06 16:57

I\'m having problems with Rails method: send_data

Here\'s my action:

def export
  send_data(current_user.contacts.to_csv,
    type: \'te         


        
3条回答
  •  死守一世寂寞
    2020-12-06 17:47

    The answers here, are for turbolinks classic. There is a newer notation on newer versions of turbolinks:

    Disabled
    

    https://github.com/turbolinks/turbolinks#disabling-turbolinks-on-specific-links

提交回复
热议问题