Commit 03bbc68
committed
Always return a String for the Total header
Rack seems to expect that header values will always be a String, and
apparently Rails does not do appropriate conversion. We should just make
sure that the method to calculate the Total header returns a String.
This fixes #6
Signed-off-by: David Celis <me@davidcel.is>1 parent 3f2dbf7 commit 03bbc68
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments