Method: Valkyrie::Types::ArrayDefault#of

Defined in:
lib/valkyrie/types.rb

#of(type) ⇒ Object



96
97
98
# File 'lib/valkyrie/types.rb', line 96

def of(type)
  super.default([].freeze)
end