Module: ActiveFedora::Aggregation::BaseExtension

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_fedora/aggregation/base_extension.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#ordered_byObject



5
6
7
# File 'lib/active_fedora/aggregation/base_extension.rb', line 5

def ordered_by
  ordered_by_ids.lazy.map{ |x| ActiveFedora::Base.find(x) }
end