remove quotes from content type

This commit is contained in:
rps-repo 2015-09-01 11:13:55 -04:00
parent eaf3185562
commit c050d2949a

View File

@ -19,5 +19,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.%>
{"original_filename":"<%= (@tempfile.original_filename).html_safe %>",
"content_type":"<%= (@tempfile.content_type).html_safe %>",
"disk_filename":"<%= (@disk_filename).html_safe %>"}
"content_type":"<%= (@tempfile.content_type.gsub('"', '')).html_safe %>",
"disk_filename":"<%= (@disk_filename).html_safe %>"}