Module: Dor::Shelvable
- Extended by:
- ActiveSupport::Concern, Deprecation
- Included in:
- Item
- Defined in:
- lib/dor/models/concerns/shelvable.rb
Instance Method Summary collapse
-
#shelve ⇒ Object
Push file changes for shelve-able files into the stacks.
Instance Method Details
#shelve ⇒ Object
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 |