app/models/concerns/hyrax/file_set_behavior.rb in hyrax-2.0.3 vs app/models/concerns/hyrax/file_set_behavior.rb in hyrax-2.1.0.beta1
- old
+ new
@@ -20,10 +20,9 @@
include Hydra::AccessControls::Embargoable
include GlobalID::Identification
included do
attr_accessor :file
- self.human_readable_type = 'File'
end
def representative_id
to_param
end