Skip to content

Commit

Permalink
Add reference to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Sep 5, 2023
1 parent 6359b1c commit ae55dd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/models/cloning/exporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

require "fileutils"

# TODO: This class needs tests
# Note: Documented in "Server to Server Copy" wiki page.
# TODO: This class needs tests.
module Cloning
# Outputs data to CSV ZIP bundle.
class Exporter
Expand Down
3 changes: 2 additions & 1 deletion app/models/cloning/importer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

# TODO: This class needs tests
# Note: Documented in "Server to Server Copy" wiki page.
# TODO: This class needs tests.
module Cloning
# Imports from CSV ZIP bundle.
class Importer
Expand Down
2 changes: 2 additions & 0 deletions app/models/cloning/relation_expander.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

# Note: Documented in "Server to Server Copy" wiki page.
# TODO: This class needs tests.
module Cloning
# Expands a given set of relations to include all necessary related objects.
class RelationExpander
Expand Down

0 comments on commit ae55dd5

Please sign in to comment.