Controller for viewing a file’s blame

Methods
S
Included Modules
Instance Public methods
show()
# File app/controllers/blame_controller.rb, line 12
def show
  @repo = @project.repo
  @blame = Grit::Blob.blame(@repo, @commit.id, @path)
end