Method: ActiveRecordGraphExtractor::Extractor#dry_run
- Defined in:
- lib/activerecord_graph_extractor/extractor.rb
#dry_run(root_objects, options = {}) ⇒ Object
99 100 101 102 |
# File 'lib/activerecord_graph_extractor/extractor.rb', line 99 def dry_run(root_objects, = {}) analyzer = DryRunAnalyzer.new(config) analyzer.analyze(root_objects, ) end |