Merge pull request #1462 from pipozzz/master

Repaired Get patch
This commit is contained in:
Dmitriy Zaporozhets 2012-09-14 07:05:21 -07:00
commit 8f9a450eed

View file

@ -64,7 +64,7 @@ class CommitsController < ApplicationController
@commit.to_patch, @commit.to_patch,
type: "text/plain", type: "text/plain",
disposition: 'attachment', disposition: 'attachment',
filename: "#{@commit.id.patch}" filename: "#{@commit.id}.patch"
) )
end end