Skip to content

Commit

Permalink
Merge pull request #20 from notch8/collections_bugfix
Browse files Browse the repository at this point in the history
Bugfix and simplification for collections refactor
  • Loading branch information
Julie Allinson authored Jul 19, 2019
2 parents a7a0235 + 86be5e0 commit ba807f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/bulkrax/csv_collection_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ def factory_class
def build_metadata
self.parsed_metadata = self.raw_metadata
end

def collections_created?
true
end
end
end
4 changes: 4 additions & 0 deletions app/models/bulkrax/oai_set_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ def factory_class
def build_metadata
self.parsed_metadata = self.raw_metadata
end

def collections_created?
true
end
end
end

0 comments on commit ba807f9

Please sign in to comment.