Skip to content

Commit

Permalink
Rails 1.9 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsduo committed Jul 29, 2011
1 parent e057754 commit 5984249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/offline.rb
Expand Up @@ -66,7 +66,7 @@ def call(env)


@logger.debug body.join("\n") @logger.debug body.join("\n")


[200, {"Content-Type" => "text/cache-manifest"}, body.join("\n")] [200, {"Content-Type" => "text/cache-manifest"}, [body.join("\n")]]
end end


private private
Expand Down

0 comments on commit 5984249

Please sign in to comment.