def export
        @posts = Post.all
      
        csv_string_visions = CSV.generate do |csv|
           csv << ["User Id", "Content", "Date", "Public"]