Module: Valkyrie::Types::ArrayDefault
- Included in:
- Valkyrie::Types
- Defined in:
- lib/valkyrie/types.rb
Instance Method Summary collapse
Instance Method Details
#of(type) ⇒ Object
96 97 98 |
# File 'lib/valkyrie/types.rb', line 96 def of(type) super.default([].freeze) end |