myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2328] trunk/lib/workflow_processors/blog2_templa


From: noreply
Subject: [myexperiment-hackers] [2328] trunk/lib/workflow_processors/blog2_template.rb: Forgot to specify the mimetype.
Date: Tue, 9 Feb 2010 10:00:57 -0500 (EST)

Revision
2328
Author
dtm
Date
2010-02-09 10:00:57 -0500 (Tue, 09 Feb 2010)

Log Message

Forgot to specify the mimetype.

Modified Paths

Diff

Modified: trunk/lib/workflow_processors/blog2_template.rb (2327 => 2328)


--- trunk/lib/workflow_processors/blog2_template.rb	2010-02-09 14:39:31 UTC (rev 2327)
+++ trunk/lib/workflow_processors/blog2_template.rb	2010-02-09 15:00:57 UTC (rev 2328)
@@ -24,6 +24,10 @@
       "XML"
     end
     
+    def self.mime_type
+      "application/xml"
+    end
+
     # All the file extensions supported by this workflow processor.
     # Must be all in lowercase.
     def self.file_extensions_supported

reply via email to

[Prev in Thread] Current Thread [Next in Thread]