Method: TFSGraph::GraphPopulator.populate_all_from_time
- Defined in:
- lib/tfs_graph/graph_populator.rb
.populate_all_from_time(time) ⇒ Object
30 31 32 |
# File 'lib/tfs_graph/graph_populator.rb', line 30 def populate_all_from_time(time) populate_graph(Populators::SinceDate, time) end |