Browse Source

lint

pull/883/head
Ted-U 3 years ago
parent
commit
d1bb8a5d6f
  1. 2
      app/models/form/sales/pages/joint_purchase.rb
  2. 1
      app/models/form/sales/questions/joint_purchase.rb

2
app/models/form/sales/pages/joint_purchase.rb

@ -5,7 +5,6 @@ class Form::Sales::Pages::JointPurchase < ::Form::Page
@header = ""
@description = ""
@subsection = subsection
}]
end
def questions
@ -14,4 +13,3 @@ class Form::Sales::Pages::JointPurchase < ::Form::Page
]
end
end

1
app/models/form/sales/questions/joint_purchase.rb

@ -15,4 +15,3 @@ class Form::Sales::Questions::JointPurchase < ::Form::Question
"0" => { "value" => "No" },
}.freeze
end
Loading…
Cancel
Save