Class: FormProfiles::VA686c674

Inherits:
FormProfile
  • Object
show all
Defined in:
app/models/form_profiles/va_686c674.rb

Defined Under Namespace

Classes: FormAddress

Instance Method Summary collapse

Instance Method Details

#metadataObject



26
27
28
29
30
31
32
# File 'app/models/form_profiles/va_686c674.rb', line 26

def 
  {
    version: 0,
    prefill: true,
    returnUrl: '/686-options-selection'
  }
end

#prefillObject



20
21
22
23
24
# File 'app/models/form_profiles/va_686c674.rb', line 20

def prefill
  prefill_form_address

  super
end