Browse Source

Update id name

pull/2958/head
Manny Dinssa 2 months ago
parent
commit
37ccc6a7dd
  1. 2
      app/models/form/lettings/pages/referral_type.rb

2
app/models/form/lettings/pages/referral_type.rb

@ -1,7 +1,7 @@
class Form::Lettings::Pages::ReferralType < ::Form::Page class Form::Lettings::Pages::ReferralType < ::Form::Page
def initialize(id, hsh, subsection) def initialize(id, hsh, subsection)
super super
@id = "referral" @id = "referral_type"
end end
def questions def questions

Loading…
Cancel
Save