Class: Collection::Unordered

Inherits:
SKOS::Base
  • Object
show all
Defined in:
app/models/collection/unordered.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Unordered

Returns a new instance of Unordered.



20
21
22
23
# File 'app/models/collection/unordered.rb', line 20

def initialize(*args)
  ActiveSupport::Deprecation.warn("Collection::Unordered is deprecated. Use Collection::SKOS::Unordered instead.")
  super
end