Module: Dor::Shelvable

Extended by:
ActiveSupport::Concern, Deprecation
Included in:
Item
Defined in:
lib/dor/models/concerns/shelvable.rb

Instance Method Summary collapse

Instance Method Details

#shelveObject

Push file changes for shelve-able files into the stacks



10
11
12
# File 'lib/dor/models/concerns/shelvable.rb', line 10

def shelve
  ShelvingService.shelve(self)
end