From 3a4c1c5c63f625e6e6075d384a85c67c3992ffb7 Mon Sep 17 00:00:00 2001 From: Sato Hiroyuki Date: Fri, 12 Apr 2013 17:49:11 +0900 Subject: Enable to filter graph by ref --- app/controllers/graph_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/graph_controller.rb') diff --git a/app/controllers/graph_controller.rb b/app/controllers/graph_controller.rb index 22544ad82aa..c79ed5ca3cc 100644 --- a/app/controllers/graph_controller.rb +++ b/app/controllers/graph_controller.rb @@ -16,7 +16,7 @@ class GraphController < ProjectResourceController format.html format.json do - @graph = Network::Graph.new(project, @ref, @commit) + @graph = Network::Graph.new(project, @ref, @commit, @options[:filter_ref]) end end end -- cgit v1.2.1