Class: FormProfiles::VA1990ez
- Inherits:
-
FormProfile
- Object
- FormProfile
- FormProfiles::VA1990ez
- Defined in:
- app/models/form_profiles/va_1990ez.rb
Instance Method Summary collapse
Instance Method Details
#metadata ⇒ Object
12 13 14 15 16 17 18 |
# File 'app/models/form_profiles/va_1990ez.rb', line 12 def { version: 0, prefill: true, returnUrl: return_url } end |
#return_url ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/models/form_profiles/va_1990ez.rb', line 4 def return_url if Flipper.enabled?(:meb_1606_30_automation) '/benefit-selection' else '/applicant-information/personal-information' end end |