Created
October 19, 2010 19:14
-
-
Save jdee/634852 to your computer and use it in GitHub Desktop.
when is a format not a format?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # from the API script | |
| CONTENT_TYPE=application/edi-hl7v2 | |
| Content-Type= | |
| format=*/* # <<<<< huh??? | |
| in before_filter :check_contents: @staged_message.hl7_message.is_a String | |
| # from my Java client | |
| CONTENT_TYPE=application/edi-hl7v2 | |
| Content-Type= | |
| format=application/edi-hl7v2 | |
| in before_filter :check_contents: @staged_message.hl7_message.is_a String |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment