Class: FormProfiles::VA21686c

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

Instance Method Summary collapse

Instance Method Details

#metadataObject



102
103
104
105
106
107
108
# File 'app/models/form_profiles/va_21686c.rb', line 102

def 
  {
    version: 0,
    prefill: true,
    returnUrl: '/veteran-information'
  }
end

#prefillObject



110
111
112
113
114
115
# File 'app/models/form_profiles/va_21686c.rb', line 110

def prefill
  return {} unless user.authorize :evss, :access?

  @veteran_information = initialize_veteran_information
  super
end