Class: Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::NullApplicator
- Inherits:
-
Object
- Object
- Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::NullApplicator
- Defined in:
- lib/valkyrie/persistence/fedora/persister/orm_converter.rb
Overview
Class for mapping nil values to the Valkyrie attribute Hash
Class Method Summary collapse
-
.apply_to(_hsh) ⇒ Object
No nil object is actually added (this is a no-op).
Class Method Details
.apply_to(_hsh) ⇒ Object
No nil object is actually added (this is a no-op)
503 |
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 503 def self.apply_to(_hsh); end |