Skip to content

Commit

Permalink
Add missing 'creator' field to Tufts::Terms
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Nov 22, 2017
1 parent b07a196 commit de4c78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/tufts/terms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Tufts
class Terms
SHARED_TERMS = [:title, :displays_in, :abstract, :accrual_policy, :admin_start_date,
:alternative_title, :audience, :bibliographic_citation,
:contributor, :corporate_name, :createdby, :creator_department, :date_accepted,
:contributor, :corporate_name, :createdby, :creator, :creator_department, :date_accepted,
:date_available, :date_copyrighted, :date_issued, :date_modified, :date_uploaded,
:description, :embargo_note, :end_date, :extent, :format_label, :funder, :genre, :has_format, :has_part,
:held_by, :identifier, :internal_note, :is_format_of, :is_replaced_by, :language, :legacy_pid,
Expand Down

0 comments on commit de4c78b

Please sign in to comment.