Skip to content

Commit

Permalink
sets metadata for triple powered properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gum committed Aug 8, 2016
1 parent 0c72ed0 commit f20154c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/generic_work.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ class GenericWork < ActiveFedora::Base
# self.valid_child_concerns = []
validates :title, presence: { message: 'Your work must have a title.' }

self.triple_powered_properties = [:identifier]
end
self.triple_powered_properties = [ :subject, :based_near, :creator ]
end

0 comments on commit f20154c

Please sign in to comment.