We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a48c602 + 389a838 commit e4265daCopy full SHA for e4265da
app/models/hyrax/model_registry.rb
@@ -104,7 +104,7 @@ def self.classes_from(strings)
104
private_class_method :classes_from
105
106
def self.rdf_representations_from(klasses)
107
- klasses.map { |klass| klass.respond_to?(:to_rdf_represntation) ? klass.to_rdf_represntation : klass.name }.uniq
+ klasses.map { |klass| klass.respond_to?(:to_rdf_representation) ? klass.to_rdf_representation : klass.name }.uniq
108
end
109
private_class_method :rdf_representations_from
110
0 commit comments