Module: Valkyrie::Types::ArrayDefault

Included in:
Valkyrie::Types
Defined in:
lib/valkyrie/types.rb

Instance Method Summary collapse

Instance Method Details

#member(type) ⇒ Object



89
90
91
# File 'lib/valkyrie/types.rb', line 89

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

#of(type) ⇒ Object



85
86
87
# File 'lib/valkyrie/types.rb', line 85

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