Skip to content

Commit 82d5838

Browse files
committed
Enable more pushing of more attributes
1 parent 738c6a7 commit 82d5838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tess/api/material.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def initialize(params = {})
2323
params[:last_scraped] = Time.now
2424
params[:scraper_record] = true
2525
# TODO: Check if this is really necessary:
26-
[:scientific_topic_names, :package_ids, :keywords, :contributors,
27-
:authors, :target_audience, :node_ids].each do |attr|
26+
[:scientific_topic_names, :operation_names, :package_ids, :keywords, :contributors,
27+
:authors, :target_audience, :node_ids, :external_resources_attributes].each do |attr|
2828
params[attr] = [params[attr]].flatten.compact
2929
end
3030

0 commit comments

Comments
 (0)