Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into prefix-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Jan 20, 2023
2 parents e587d89 + fc6e5a7 commit e72c1ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@ def re3data=(value)
write_attribute(:re3data_id, attr)
end

def subjects=(value)
write_attribute(:subjects, Array.wrap(value))
end

def opendoar=(value)
attr = value.present? ? value[38..-1] : nil
write_attribute(:opendoar_id, attr)
Expand Down

0 comments on commit e72c1ee

Please sign in to comment.