5 6 7
# File 'app/types/maglev/locales_type.rb', line 5 def deserialize(value) (super || []).map { |attributes| Maglev::Site::Locale.new(**attributes.symbolize_keys) } end