My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 92 attachment: send_customers_file_as_text_csv.patch (633 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb
===================================================================
--- /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb (revision 78)
+++ /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb (working copy)
@@ -103,7 +103,7 @@
# write the file
File.open(save_to, "w") { |f| f.write(csv_string) }

- send_file(save_to, :type => "text/css")
+ send_file(save_to, :type => "text/csv")
end

end

Powered by Google Project Hosting