Refactor: rename module and class names.
* Module: Graph -> Network * Class: JsonBuilder -> Graph
This commit is contained in:
parent
784aa266bd
commit
e03a018d28
5 changed files with 13 additions and 13 deletions
|
@ -22,7 +22,7 @@ class GraphController < ProjectResourceController
|
|||
format.html
|
||||
|
||||
format.json do
|
||||
@graph = Graph::JsonBuilder.new(project, @ref, @commit)
|
||||
@graph = Network::Graph.new(project, @ref, @commit)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue