def export
        @notifications = Notification.all
      
        csv_string_visions = CSV.generate do |csv|
           csv << ["User Id", "Type", "Vision Post ID", "Goal Post ID", "Message", "Date"]